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

Property Value

NullableDecimal
See Also