Click or drag to resize
MimeKit

MessageSummary.GMailMessageId Property

Gets the GMail message identifier, if available.

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

Property Value

Nullable<UInt64>
The GMail message identifier.

Implements

IMessageSummary.GMailMessageId
Remarks

Gets the GMail message identifier, if available.

This property will only be set if the GMailMessageId flag is passed to one of the Fetch or FetchAsync methods.

See Also