Share via


_SharingItem.ReadReceiptRequested Property

Returns a Boolean value (bool in C#) 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
Property ReadReceiptRequested As Boolean
    Get
    Set
'Usage
Dim instance As _SharingItem
Dim value As Boolean

value = instance.ReadReceiptRequested

instance.ReadReceiptRequested = value
bool ReadReceiptRequested { get; set; }

Property Value

Type: System.Boolean

Remarks

This property corresponds to the MAPI property PR_READ_RECEIPT_REQUESTED. This property is read/write for SharingItem objects that have been created but have not been sent or posted; it is read-only for sent SharingItem objects.

See Also

Reference

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace