SendEmailFromTemplate.Entity 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 e-mail record.
public:
property System::Activities::InOutArgument<Microsoft::Xrm::Sdk::Entity ^> ^ Entity { System::Activities::InOutArgument<Microsoft::Xrm::Sdk::Entity ^> ^ get(); void set(System::Activities::InOutArgument<Microsoft::Xrm::Sdk::Entity ^> ^ value); };
[System.Activities.RequiredArgument]
[System.ComponentModel.Description("Email entity.")]
public System.Activities.InOutArgument<Microsoft.Xrm.Sdk.Entity> Entity { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("Email entity.")>]
member this.Entity : System.Activities.InOutArgument<Microsoft.Xrm.Sdk.Entity> with get, set
Public Property Entity As InOutArgument(Of Entity)
Property Value
The e-mail record.
- Attributes
Remarks
On input, this is an Email
entity record that will be used to create the e-mail message.
On output, this the email entity instance that was created.