API Reference
Class
EmailConversationEdge
One merged-evidence graph edge.
Inheritance
- Object
- EmailConversationEdge
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.Edges
- Property EmailConversationGraph.Edges
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public EmailConversationNode Source { get; } #Parent for a parent-child edge, or deterministic group anchor for a related edge.
public EmailConversationNode Target { get; } #Child for a parent-child edge, or another related item.
public EmailConversationEdgeKind Kind { get; } #Edge direction semantics.
public IReadOnlyList<EmailConversationLinkReason> Reasons { get; } #All independent evidence that produced this edge.
public Boolean IsAuthoritative { get; } #True when at least one structured or explicit identity links the items.
public Boolean IsHeuristic { get; } #True when every reason is a topic/subject heuristic.