_MailItem.ReadReceiptRequested Property

Returns a Boolean (bool in C#) value that indicates True if a read receipt has been requested by the sender.

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

Syntax

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

value = instance.ReadReceiptRequested

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

Property Value

Type: System.Boolean

Remarks

This property corresponds to the MAPI property PidTagReadReceiptRequested. Read/write for e-mail items that have been created but have not been sent or posted; read-only for sent e-mail items.

See Also

Reference

_MailItem Interface

_MailItem Members

Microsoft.Office.Interop.Outlook Namespace