Share via


SendBulkMailRequest.Sender Property

Definition

Gets or sets the sender of the email messages.

public:
 property Microsoft::Xrm::Sdk::EntityReference ^ Sender { Microsoft::Xrm::Sdk::EntityReference ^ get(); void set(Microsoft::Xrm::Sdk::EntityReference ^ value); };
public Microsoft.Xrm.Sdk.EntityReference Sender { get; set; }
member this.Sender : Microsoft.Xrm.Sdk.EntityReference with get, set
Public Property Sender As EntityReference

Property Value

The sender of the email messages.

Remarks

The Sender property contains the ID of record and the logical name of an entity. This must be a system user record.

Applies to