OlActionResponseStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the response style.
public enum class OlActionResponseStyle
public enum OlActionResponseStyle
Public Enum OlActionResponseStyle
- Inheritance
-
OlActionResponseStyle
Fields
Name | Value | Description |
---|---|---|
olOpen | 0 | Indicates that a form will be opened. |
olSend | 1 | Indicates that the form will be sent immediately. |
olPrompt | 2 | 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.