SendBulkMailRequest.RegardingType Property
Applies To: Dynamics CRM 2015
Gets or sets the type of the record with which the email messages are 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 messages are associated.
Remarks
The RegardingType property is the logical entity name of the record specified in the RegardingId property.
See Also
SendBulkMailRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright