IsFromMe property

bool? IsFromMe
Gets a value indicating whether the item has been sent by the current authenticated user.

Implementation

bool? get IsFromMe => this.PropertyBag[ItemSchema.IsFromMe] as bool?;