API Reference
Class
OutlookVoting
Outlook message voting options and selected response.
Inheritance
- Object
- OutlookVoting
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property EmailMessageMetadata.Voting
Constructors
public OutlookVoting() #Methods
public Void ClearOptions() #Returns:
VoidRemoves all voting options, including any retained undecodable verb stream.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IList<OutlookVoteOption> Options { get; } #Decoded voting options.
public String Response { get; set; } #Voting option selected on a response message.
public Byte[] RawVerbStream { get; set; } #Original PidLidVerbStream bytes, retained even when decoding fails.
public Boolean OptionsDecoded { get; set; } #Whether Options was decoded successfully from RawVerbStream.