| IMessageSummaryGMailThreadId Property |
Gets the GMail thread identifier, if available.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax ulong? GMailThreadId { get; }
Property Value
NullableUInt64The GMail thread identifier.
Remarks Gets the GMail thread identifier, if available.
This property will only be set if the
GMailThreadId flag is passed to
one of the Fetch
or FetchAsync
methods.
See Also