API Reference

Class

OutlookVoting

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

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

Constructors

Methods

public Void ClearOptions() #
Returns: Void

Removes all voting options, including any retained undecodable verb stream.

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.