UniqueBody property

UniqueBody? UniqueBody
Gets the Id of the conversation this item is part of. Gets the body part that is unique to the conversation this item is part of.

Implementation

// ConversationId get ConversationId => this.PropertyBag[ItemSchema.ConversationId];

/// <summary>
/// Gets the body part that is unique to the conversation this item is part of.
/// </summary>
complex.UniqueBody? get UniqueBody =>
    this.PropertyBag[ItemSchema.UniqueBody] as complex.UniqueBody?;