API Reference
EmailConversationNode
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.
Returned or exposed by
- Property EmailConversation.Nodes
- Property EmailConversation.Roots
- Property EmailConversationDuplicateMessageId.Nodes
- Property EmailConversationEdge.Source
- Property EmailConversationEdge.Target
- Method EmailConversationGraph.GetChildren
- Method EmailConversationGraph.GetNode
- Method EmailConversationGraph.GetParents
- Property EmailConversationGraph.Nodes
- Property EmailConversationOrphanReply.Child
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
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.