IsRead property
bool?
get
IsRead
Implementation
bool? get IsRead => this.PropertyBag[EmailMessageSchema.IsRead] as bool?;
set
IsRead
(bool? value)
Implementation
set IsRead(bool? value) =>
this.PropertyBag[EmailMessageSchema.IsRead] = value;