SendEmail.EntityId Property
Applies To: Dynamics CRM 2015
Gets or sets the ID of the resulting e-mail record.
Namespace: Microsoft.Xrm.Sdk.Workflow.Activities
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public OutArgument<Guid> EntityId { get; set; }
public:
property OutArgument<Guid>^ EntityId {
OutArgument<Guid>^ get();
void set(OutArgument<Guid>^ value);
}
member EntityId : OutArgument<Guid> with get, set
Public Property EntityId As OutArgument(Of Guid)
Property Value
Type: System.Activities.OutArgument<Guid>
Type: OutArgument
The ID of the resulting e-mail record.
See Also
SendEmail Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright