EmailMessage.VotingInformation Property

Definition

Gets voting details on a message that has voting buttons, a voting response, or an approval request message.

public:
 property Microsoft::Exchange::WebServices::Data::VotingInformation ^ VotingInformation { Microsoft::Exchange::WebServices::Data::VotingInformation ^ get(); };
public Microsoft.Exchange.WebServices.Data.VotingInformation VotingInformation { get; }
Public ReadOnly Property VotingInformation As VotingInformation

Property Value

Remarks

In order for this property to contain data, the VotingInformation value must be present in the property set passed to the Bind(ExchangeService, ItemId, PropertySet) method.

Applies to