SendEmailFromTemplate.EntityId 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 ID of the resulting e-mail.
public:
property System::Activities::OutArgument<Guid> ^ EntityId { System::Activities::OutArgument<Guid> ^ get(); void set(System::Activities::OutArgument<Guid> ^ value); };
[System.ComponentModel.Description("Email Entity Id.")]
public System.Activities.OutArgument<Guid> EntityId { get; set; }
[<System.ComponentModel.Description("Email Entity Id.")>]
member this.EntityId : System.Activities.OutArgument<Guid> with get, set
Public Property EntityId As OutArgument(Of Guid)
Property Value
The ID of the resulting e-mail.
- Attributes