Class VotingInformation
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents voting information.
public sealed class VotingInformation : ComplexProperty
- Inheritance
-
VotingInformation
- Inherited Members
Properties
UserOptions
Gets the list of user options.
public Collection<VotingOptionData> UserOptions { get; }
Property Value
VotingResponse
Gets the voting response.
public string VotingResponse { get; }