SendEmailFromTemplate.RegardingId 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 entity record with which the e-mail message is associated.
public:
property System::Activities::InArgument<Guid> ^ RegardingId { System::Activities::InArgument<Guid> ^ get(); void set(System::Activities::InArgument<Guid> ^ value); };
[System.Activities.RequiredArgument]
[System.ComponentModel.Description("Id of entity to instantiate email from.")]
public System.Activities.InArgument<Guid> RegardingId { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("Id of entity to instantiate email from.")>]
member this.RegardingId : System.Activities.InArgument<Guid> with get, set
Public Property RegardingId As InArgument(Of Guid)
Property Value
The ID of the entity record with which the e-mail message is associated.
- Attributes
Remarks
The RegardingId
property is the ID of an entity record that is valid for the Email.RegardingObjectId
attribute. The RegardingType
property must contain the logical name of the entity type for this entity record.