Show / Hide Table of Contents

    SetEmailContents

    Type, Introduced in version 2.52

    Sets the contents of an email for a command.

    Properties

    Name Type Summary Introduced in
    To String[] The recipient addresses of the email message.

    • Mandatory (If no other recipients have been provided)
    CarbonCopies String[] The carbon copy addresses of the email message.

    • Mandatory (If no other recipients have been provided)
    BlindCarbonCopies String[] The blind carbon copy addresses of the email message.

    • Mandatory (If no other recipients have been provided)
    Subject String The subject of the email message.

    • Mandatory
    Body String The body of the email message.
    Attachments AddEmailAttachment[] The attachments of the email message.

    Example

    {
      "To": null,
      "CarbonCopies": null,
      "BlindCarbonCopies": null,
      "Subject": null,
      "Body": null,
      "Attachments": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB