ResponseStyle Property

See Also                  Applies To

Returns or sets the response style used when the action is executed. Can be one of the following OlActionResponseStyle constants: olOpen(0), olPrompt(2), or olSend(1).

Read/write Long.

Syntax

objAction.ResponseStyle

objAction     Required. An expression that returns an Action object.