ConversationIndex property

Uint8List? ConversationIndex
Gets the conversation index of the e-mail message.

Implementation

Uint8List? get ConversationIndex =>
    this.PropertyBag[EmailMessageSchema.ConversationIndex] as Uint8List?;