API Reference

Class

OutlookVoteOption

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

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

Constructors

public OutlookVoteOption(String displayName) #

Creates a voting option.

Parameters

displayName System.String requiredposition: 0

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.