APIv3-java-library/docs/SendReportEmail.md at master · mig-visiblee/APIv3-java-library · GitHub
Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 757 Bytes

File metadata and controls

23 lines (16 loc) · 757 Bytes

SendReportEmail

Properties

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

Enum: ContentTypeEnum

Name Value
TEXT "text"
HTML "html"