SendTemplateRequest.Sender 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 sender of the email.
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. The Sender property contains the ID of a record and an entity type. The return value of this property must be a system user.