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