Body property

MessageBody? Body
Gets or sets the body of this item.

Implementation

MessageBody? get Body => this.PropertyBag[ItemSchema.Body] as MessageBody?;
void Body=(MessageBody? value)

Implementation

set Body(MessageBody? value) => this.PropertyBag[ItemSchema.Body] = value;