Table of Contents

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

Collection<VotingOptionData>

VotingResponse

Gets the voting response.

public string VotingResponse { get; }

Property Value

string