Click or drag to resize
MimeKit

SearchQueryGMailMessageId Method

Match messages that have the specified GMail message identifier.

Namespace: MailKit.Search
Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
public static NumericSearchQuery GMailMessageId(
	ulong id
)

Parameters

id  UInt64
The GMail message identifier.

Return Value

NumericSearchQuery
A NumericSearchQuery.
Remarks

Matches messages that have the specified GMail message identifier.

Note  Note
This is equivalent to the X-GM-MSGID search key as defined in Google's IMAP extensions and is therefor only available for use with IMAP servers that support the X-GM-EXT1 extension.
See Also