SendEmailFromTemplateRequest.RegardingType Property
Applies To: Dynamics CRM 2015
Gets or sets the type of the record with which the email message is associated.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public string RegardingType { get; set; }
public:
property String^ RegardingType {
String^ get();
void set(String^ value);
}
member RegardingType : string with get, set
Public Property RegardingType As String
Property Value
Type: System.String
Type: String
The type of the record with which the email message is associated.
Remarks
This must be the logical name of the entity represented by the RegardingId property.
See Also
SendEmailFromTemplateRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright