_MailItem.OriginatorDeliveryReportRequested Property

Returns or sets a Boolean (bool in C#) value that determines whether the originator of the meeting item or mail message will receive a delivery report. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property OriginatorDeliveryReportRequested As Boolean
    Get
    Set
'Usage
Dim instance As _MailItem
Dim value As Boolean

value = instance.OriginatorDeliveryReportRequested

instance.OriginatorDeliveryReportRequested = value
[DispIdAttribute()]
bool OriginatorDeliveryReportRequested { get; set; }

Property Value

Type: System.Boolean

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.

See Also

Reference

_MailItem Interface

_MailItem Members

Microsoft.Office.Interop.Outlook Namespace