Click or drag to resize
MimeKit

IMessageSummaryEmailId Property

Get the globally unique identifier for the message, if available.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
string EmailId { get; }

Property Value

String
The globally unique message identifier.
Remarks

Gets the globally unique identifier of the message, if available.

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

Note  Note
This property maps to the EMAILID value defined in the OBJECTID extension.
See Also