SendTemplateRequest.RecipientType Property

Definition

Gets or sets the type of entity that is represented by the list of recipients. Required.

public:
 property System::String ^ RecipientType { System::String ^ get(); void set(System::String ^ value); };
public string RecipientType { get; set; }
member this.RecipientType : string with get, set
Public Property RecipientType As String

Property Value

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.

Applies to