API Reference
Enum
EmailConversationLinkReason
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.
Returned or exposed by
- Property EmailConversationEdge.Reasons
- Field EmailConversationLinkReason.ConversationId
- Field EmailConversationLinkReason.ConversationIndexParent
- Field EmailConversationLinkReason.ConversationIndexRoot
- Field EmailConversationLinkReason.ConversationTopic
- Field EmailConversationLinkReason.InReplyTo
- Field EmailConversationLinkReason.MeetingGlobalObjectId
- Field EmailConversationLinkReason.NormalizedSubject
- Field EmailConversationLinkReason.References
- Field EmailConversationLinkReason.TaskGlobalId
- Property EmailConversationOrphanReply.LinkReason
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const EmailConversationLinkReason InReplyTo #Internet In-Reply-To matched a unique Message-ID.
Value:
0public const EmailConversationLinkReason References #The nearest available Internet References identifier matched a unique Message-ID.
Value:
1public const EmailConversationLinkReason ConversationIndexParent #A valid Outlook conversation index had an exact parent prefix.
Value:
2public const EmailConversationLinkReason ConversationId #Binary Outlook conversation identifiers matched.
Value:
3public const EmailConversationLinkReason ConversationIndexRoot #Valid Outlook conversation indexes shared their 22-byte root.
Value:
4public const EmailConversationLinkReason MeetingGlobalObjectId #Meeting Clean/Global Object IDs matched.
Value:
5public const EmailConversationLinkReason ConversationTopic #Otherwise unconnected items shared an exact Outlook conversation topic.
Value:
7public const EmailConversationLinkReason NormalizedSubject #Otherwise unconnected items shared a normalized subject.
Value:
8