SendBulkMailRequest.RegardingType 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 the record with which the email messages are 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 messages are associated.
Remarks
The RegardingType
property is the logical entity name of the record specified in the RegardingId property.