CrmServiceClient.SendSingleEmail(Guid, String, Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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