Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.