Gmail provides a thread ID (X-GM-THRID) to associate groups of messages in the same manner as in the Gmail web interface. The thread ID is a 64-bit unsigned integer. This property is set only if server advertises XGMailExtensions1 extension support.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public string GmailThreadId { get; private set; }
Visual Basic
Public Property GmailThreadId As String
	Get
	Private Set
Visual C++
public:
property String^ GmailThreadId {
	String^ get ();
	private: void set (String^ value);
}

See Also