Share via


SendEmailFromTemplate.RegardingId Property

 

Applies To: Dynamics CRM 2015

Gets or sets the ID of the entity record with which the e-mail message is associated.

Namespace:   Microsoft.Xrm.Sdk.Workflow.Activities
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

Syntax

[RequiredArgumentAttribute]
public InArgument<Guid> RegardingId { get; set; }
public:
[RequiredArgumentAttribute]
property InArgument<Guid>^ RegardingId {
    InArgument<Guid>^ get();
    void set(InArgument<Guid>^ value);
}
[<RequiredArgumentAttribute>]
member RegardingId : InArgument<Guid> with get, set
<RequiredArgumentAttribute>
Public Property RegardingId As InArgument(Of Guid)

Property Value

Type: System.Activities.InArgument<Guid>

Type: InArgument
The ID of the entity record with which the e-mail message is associated.

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.

See Also

SendEmailFromTemplate Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright