_SharingItem.OriginatorDeliveryReportRequested Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean (bool in C#) value that determines whether the originator of the SharingItem will receive a delivery report. Read/write.
public:
property bool OriginatorDeliveryReportRequested { bool get(); void set(bool value); };
public bool OriginatorDeliveryReportRequested { get; set; }
Public Property OriginatorDeliveryReportRequested As Boolean
Property Value
Remarks
Each transport provider that handles your message sends you a single delivery notification containing the names and addresses of each recipient to whom it was delivered. Delivery does not imply that the message has been read. True if the originator requested a delivery receipt on the message.
The OriginatorDeliveryReportRequested property corresponds to the MAPI property PidTagOriginatorDeliveryReportRequested.