DeliverIncomingEmailRequest.MessageId Property
Applies To: Dynamics CRM 2015
Gets or sets the ID of the email message stored in the email header. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public string MessageId { get; set; }
public:
property String^ MessageId {
String^ get();
void set(String^ value);
}
member MessageId : string with get, set
Public Property MessageId As String
Property Value
Type: System.String
Type: String
The ID of the email message stored in the email header.
Remarks
All email messages have an ID property in their headers. This is similar to a GUID and is used to identify the message and to see if a specific email message has already been promoted (added) to Microsoft Dynamics CRM.
See Also
DeliverIncomingEmailRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright