ConversationTopic property

String? ConversationTopic
Gets the conversation topic of the e-mail message.

Implementation

String? get ConversationTopic =>
    this.PropertyBag[EmailMessageSchema.ConversationTopic] as String?;