Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MessageId property gets or sets the value of the Message-ID header for the message.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property MessageId As String
Get
Set
'Usage
Dim instance As EmailMessage
Dim value As String
value = instance.MessageId
instance.MessageId = value
public string MessageId { get; set; }
Property value
Type: System.String