setEmailHistory

abstract fun setEmailHistory(emailHistory: String, contentType: String): Conversation.MessageBuilder

Set new message email history.

This history will be sent to email participants of the conversation

Return

Self for chaining.

Parameters

emailHistory

content of the email history.

contentType

type of the history, see emailHistoriesAllowedContentTypes.


abstract fun setEmailHistory(    inputStream: InputStream,     contentType: String,     uploadListener: MediaUploadListener): Conversation.MessageBuilder

Set new message email history.

This history will be sent to email participants of the conversation

Return

Self for chaining.

Parameters

inputStream

content of the email history.

contentType

type of the history, see emailHistoriesAllowedContentTypes.

uploadListener

MediaUploadListener for monitoring upload process.