SendPrompt Enum

Definition

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

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.

Applies to