SendEmail.Entity Property
Applies To: Dynamics CRM 2015
Gets or sets the e-mail record.
Namespace: Microsoft.Xrm.Sdk.Workflow.Activities
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
[RequiredArgumentAttribute]
public InOutArgument<Entity> Entity { get; set; }
public:
[RequiredArgumentAttribute]
property InOutArgument<Entity^>^ Entity {
InOutArgument<Entity^>^ get();
void set(InOutArgument<Entity^>^ value);
}
[<RequiredArgumentAttribute>]
member Entity : InOutArgument<Entity> with get, set
<RequiredArgumentAttribute>
Public Property Entity As InOutArgument(Of Entity)
Property Value
Type: System.Activities.InOutArgument<Entity>
Type: InOutArgument
The e-mail record.
Remarks
On input, this is an Email record that will be used to create the e-mail message.
On output, this the email record that was created.
See Also
SendEmail Class
Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright