SendTemplateRequest.RecipientType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.