MessageType.InternetMessageId Property
The InternetMessageId property gets or sets the Internet message identifier for the message. This property is optional. This is a read/write property.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property InternetMessageId As String
Get
Set
'Usage
Dim instance As MessageType
Dim value As String
value = instance.InternetMessageId
instance.InternetMessageId = value
public string InternetMessageId { get; set; }
Property Value
Type: System.String
The InternetMessageId property returns a string that represents the Internet message identifier for the message.
See Also