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