Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 693 Bytes

File metadata and controls

24 lines (14 loc) · 693 Bytes

SibApiV3Sdk.SendReportEmail

Properties

Name Type Description Notes
subject String Subject of the email message [optional]
to [String] Email addresses of the recipients [optional]
contentType String Type of the message body [optional]
bcc [String] Email addresses of the recipients in bcc [optional]
cc [String] Email addresses of the recipients in cc [optional]
body String Body of the email message [optional]

Enum: ContentTypeEnum

  • text (value: "text")

  • html (value: "html")