setSubject

abstract fun setSubject(subject: String): Conversation.MessageBuilder

Set new message subject.

Subject is a part of the message which will be sent to email participants of the conversation (if any) as subject field of email.

If no email participants in the conversation - other chat participants will receive this field as part of the message anyway.

Return

Self for chaining.

Parameters

subject

Message subject.