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