API Reference

Class

OutlookMeetingCommunication

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Typed lifecycle envelope layered over an Outlook appointment payload.

Inheritance

  • Object
  • OutlookMeetingCommunication

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 OutlookMeetingCommunication() #

Properties

public OutlookMeetingCommunicationKind Kind { get; set; } #

Communication kind derived from, or written to, the message class.

public Nullable<Int32> RequestTypeValue { get; set; } #

Raw PidLidMeetingType flags.

public Nullable<OutlookMeetingRequestType> RequestType { get; set; } #

Typed meeting-type flags.

public Nullable<Int32> IntendedBusyStatus { get; set; } #

Busy status the organizer intends for attendees.

public Nullable<DateTimeOffset> OwnerCriticalChange { get; set; } #

When the organizer sent the request or significant update.

public Nullable<DateTimeOffset> AttendeeCriticalChange { get; set; } #

When an attendee last changed a response.

public Nullable<Boolean> IsSilent { get; set; } #

Whether a response is silent.

public Nullable<Boolean> IsCounterProposal { get; set; } #

Whether a response proposes another time.

public Nullable<DateTimeOffset> ProposedStart { get; set; } #

Proposed replacement start time.

public Nullable<DateTimeOffset> ProposedEnd { get; set; } #

Proposed replacement end time.

public Nullable<Int32> ProposedDurationMinutes { get; set; } #

Proposed duration in minutes.

public Nullable<DateTimeOffset> ReplyAt { get; set; } #

Time at which the current response was recorded.

public String ReplyName { get; set; } #

Name associated with the current response.