Click or drag to resize
MimeKit

ReceivedId Property

Get or set the message identifier.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax
C#
public string? Id { get; set; }

Property Value

String
The message identifier if available; otherwise, .
Exceptions
ExceptionCondition
ArgumentException The value is not a valid message identifier.
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