API Reference
Class
OutlookVoteOption
One option decoded from an Outlook PidLidVerbStream value.
Inheritance
- Object
- OutlookVoteOption
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 OutlookVoting.Options
Constructors
public OutlookVoteOption(String displayName) #Creates a voting option.
Parameters
- displayName System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DisplayName { get; set; } #Localized display name stored in the verb stream.
public Int32 Id { get; set; } #Monotonically increasing option identifier.
public OutlookVoteSendBehavior SendBehavior { get; set; } #Response-send behavior.
public Boolean UseUsReplyHeaders { get; set; } #Whether the response should use U.S.-style reply headers.