DeliverIncomingEmailRequest.Body Property

 

Applies To: Dynamics CRM 2015

Gets or sets the message body for the email. Required.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public string Body { get; set; }
public:
property String^ Body {
    String^ get();
    void set(String^ value);
}
member Body : string with get, set
Public Property Body As String

Property Value

Type: System.String

Type: String
The message body for the email.

See Also

DeliverIncomingEmailRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright