OlActionResponseStyle Enumeration
Specifies the response style.
Name |
Value |
Description |
---|---|---|
olOpen |
0 |
Indicates that a form will be opened. |
olPrompt |
2 |
Indicates that the user will be prompted to open or send the form. |
olSend |
1 |
Indicates that the form will be sent immediately. |
Remarks
Used by the ResponseStyle property of an Action to specify the response style that will be used when the Action is executed.