SendPrompt 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 prompt behavior associated with a voting option.The SendPrompt enumeration is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public enum class SendPrompt
public enum SendPrompt
Public Enum SendPrompt
- Inheritance
-
SendPrompt
Fields
Name | Value | Description |
---|---|---|
None | 0 | No prompt behavior is specified. |
Send | 1 | The response should be sent immediately when the user chooses a voting option with this value in the SendPrompt property. |
VotingOption | 2 | The user should be prompted to confirm their choice before sending a response when choosing a voting option with this value in the SendPrompt property. |