Click or drag to resize
MimeKit

MimeMessageMessageId Property

Get or set the message identifier.

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

Property Value

String
The message identifier.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
ArgumentExceptionvalue is improperly formatted.
Remarks

The Message-Id is meant to be a globally unique identifier for a message.

GenerateMessageId can be used to generate this value.

See Also