CrmServiceClient.SendSingleEmail(Guid, String, Guid) Method

Definition

this will send an Email to the

public bool SendSingleEmail (Guid emailid, string token, Guid batchId = default);
member this.SendSingleEmail : Guid * string * Guid -> bool
Public Function SendSingleEmail (emailid As Guid, token As String, Optional batchId As Guid = Nothing) As Boolean

Parameters

emailid
Guid

ID of the Email activity

token
String

Tracking Token or Null

batchId
Guid

Optional: if set to a valid GUID, generated by the Create Batch Request Method, will assigned the request to the batch for later execution, on fail, runs the request immediately

Returns

Applies to