IsDeliveryReceiptRequested property
Implementation
static PropertyDefinition IsDeliveryReceiptRequested =
new BoolPropertyDefinition.withUriAndFlags(
XmlElementNames.IsDeliveryReceiptRequested,
_EmailMessageSchemaFieldUris.IsDeliveryReceiptRequested,
[
PropertyDefinitionFlags.CanSet,
PropertyDefinitionFlags.CanUpdate,
PropertyDefinitionFlags.CanDelete,
PropertyDefinitionFlags.CanFind
],
ExchangeVersion.Exchange2007_SP1);