CrmServiceClient.SendSingleEmail Method (Guid, String, Guid)
Dynamics CRM 2016
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Sends an email.
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Public Function SendSingleEmail ( emailid As Guid, token As String, batchId As Guid ) As Boolean
Parameters
- emailid
-
Type:
System.Guid
ID of the Email activity.
- token
-
Type:
System.String
Tracking Token or Null.
- batchId
-
Type:
System.Guid
Optional. If set to a valid GUID (generated by CreateBatchOperationRequest), will assign the request to the batch for later execution. Otherwise, runs the request immediately.
Return Value
Type: System.BooleanMicrosoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright
Community Additions
ADD
Show: