Click or drag to resize
MimeKit

MessageSummaryGMailThreadId Property

Gets the GMail thread identifier, if available.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public ulong? GMailThreadId { get; set; }

Property Value

NullableUInt64
The GMail thread identifier.

Implements

IMessageSummaryGMailThreadId
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