SimplifiedEmailMessage

constructor(from: List<String>, to: List<String>, cc: List<String>, bcc: List<String>, subject: String?, body: String?, isHtml: Boolean, attachments: List<EmailAttachment> = emptyList(), inlineAttachments: List<EmailAttachment> = emptyList(), replyingMessageId: String? = null, forwardingMessageId: String? = null)