OlActionResponseStyle Enumeration

Specifies the response style.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlActionResponseStyle
'Usage
Dim instance As OlActionResponseStyle
public enum OlActionResponseStyle

Members

Member name Description
olOpen Indicates that a form will be opened.
olSend Indicates that the form will be sent immediately.
olPrompt Indicates that the user will be prompted to open or send the form.

Remarks

Used by the ResponseStyle property of an Action to specify the response style that will be used when the Action is executed.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace