DeliverIncomingEmailRequest.To Property
Applies To: Dynamics CRM 2015
Gets or sets the addresses of the recipients of the email message. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public string To { get; set; }
public:
property String^ To {
String^ get();
void set(String^ value);
}
member To : string with get, set
Public Property To As String
Property Value
Type: System.String
Type: String
The addresses of the recipients of the email message.
See Also
DeliverIncomingEmailRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright