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