Compartir a través de


SendEmailFromTemplate.RegardingId Property

Definition

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.

Applies to