Click or drag to resize

EnvelopeGmailThreadId Property

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.23341.1754
Syntax
public decimal? GmailThreadId { get; }

Property Value

Type: NullableDecimal
See Also