| ThreadMethodReferences Field |
Represemtes THREAD=REFERENCES threading method.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public static ThreadMethod References
Public Shared References As ThreadMethod
public:
static ThreadMethod^ References
static val mutable References: ThreadMethod
Field Value
Type:
ThreadMethodRemarks
The REFERENCES threading algorithm threads the searched messages by grouping them together in parent/child
relationships based on which messages are replies to others. The parent/child relationships are built using two methods:
reconstructing a message's ancestry using the references contained within it; and checking the original (not base)
subject of a message to see if it is a reply to (or forward of) another message.
See Also