SendEmailFromTemplateRequest.RegardingType Property

Definition

Gets or sets the type of the record with which the email message is associated.

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

Property Value

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.

Applies to