API Reference

Enum

EmailConversationLinkReason

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Evidence used to connect two store items.

Inheritance

  • Enum
  • EmailConversationLinkReason

Usage

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

Values

public const EmailConversationLinkReason InReplyTo #

Internet In-Reply-To matched a unique Message-ID.

Value: 0
public const EmailConversationLinkReason References #

The nearest available Internet References identifier matched a unique Message-ID.

Value: 1
public const EmailConversationLinkReason ConversationIndexParent #

A valid Outlook conversation index had an exact parent prefix.

Value: 2
public const EmailConversationLinkReason ConversationId #

Binary Outlook conversation identifiers matched.

Value: 3
public const EmailConversationLinkReason ConversationIndexRoot #

Valid Outlook conversation indexes shared their 22-byte root.

Value: 4
public const EmailConversationLinkReason MeetingGlobalObjectId #

Meeting Clean/Global Object IDs matched.

Value: 5
public const EmailConversationLinkReason TaskGlobalId #

Task Global IDs matched.

Value: 6
public const EmailConversationLinkReason ConversationTopic #

Otherwise unconnected items shared an exact Outlook conversation topic.

Value: 7
public const EmailConversationLinkReason NormalizedSubject #

Otherwise unconnected items shared a normalized subject.

Value: 8