set Email Body
abstract fun setEmailBody(emailBody: String, contentType: String): Conversation.MessageBuilder
Content copied to clipboard
Set new message email body.
This body will be sent to email participants of the conversation
Return
Self for chaining.
Parameters
email Body
content of the body.
content Type
type of the body, see emailBodiesAllowedContentTypes.
abstract fun setEmailBody(inputStream: InputStream, contentType: String, uploadListener: MediaUploadListener): Conversation.MessageBuilder
Content copied to clipboard
Set new message email body.
This body will be sent to email participants of the conversation
Return
Self for chaining.
Parameters
input Stream
content of the body.
content Type
type of the body, see emailBodiesAllowedContentTypes.
upload Listener
MediaUploadListener for monitoring upload process.