EmailMessage.VotingInformation Property
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.
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.