SendTemplateRequest.RecipientType Property
Applies To: Dynamics CRM 2015
Gets or sets the type of entity that is represented by the list of recipients. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public string RecipientType { get; set; }
public:
property String^ RecipientType {
String^ get();
void set(String^ value);
}
member RecipientType : string with get, set
Public Property RecipientType As String
Property Value
Type: System.String
Type: String
The name of the entity that is represented by the list of recipients. Set this property to the name of the entity type for the recipient list that is specified in the RecipientIds property.
See Also
SendTemplateRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright