 | ReceivedId Property |
Get or set the message identifier.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntaxpublic string? Id { get; set; }Property Value
StringThe message identifier if available; otherwise,
.
Exceptions
Remarks
Gets or sets the "id" clause which contains a unique identifier for the message. This value is
typically the value of the Message-ID header.
See Also