Edit

Share via


VotingInformation.UserOptions Property

Definition

Gets the list of voting options.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::VotingOptionData ^> ^ UserOptions { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::VotingOptionData ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.VotingOptionData> UserOptions { get; }
Public ReadOnly Property UserOptions As Collection(Of VotingOptionData)

Property Value

Remarks

This property will contain data on messages that contain voting buttons or on approval request messages. It will be empty on voting response messages.

Applies to