API Reference

Class

EmailConversationNode

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Modifiers sealed

One immutable item node in an offline conversation graph.

Inheritance

  • Object
  • EmailConversationNode

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public EmailStoreItemReference Reference { get; } #

Stable store reference.

public EmailStoreItemSummary Summary { get; } #

Lightweight item summary enriched by the selective metadata read.

public String MessageId { get; } #

Normalized Internet Message-ID without angle brackets.

public IReadOnlyList<String> References { get; } #

Ordered, bounded Internet References identifiers.

public String InReplyToId { get; } #

Normalized Internet In-Reply-To identifier.

public String NormalizedSubject { get; } #

Source or locally normalized subject.

public String ConversationTopic { get; } #

Outlook conversation topic.

public String ConversationIdKey { get; } #

Hexadecimal binary Outlook conversation identifier.

public String ConversationIndexKey { get; } #

Hexadecimal valid Outlook conversation index.

public String ConversationIndexRootKey { get; } #

Hexadecimal 22-byte root of a valid Outlook conversation index.

public String MeetingGlobalObjectIdKey { get; } #

Hexadecimal Clean/Global Object ID used for meeting lifecycle correlation.

public Nullable<Guid> TaskGlobalId { get; } #

Task lifecycle correlation identifier.