_SharingItem.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 _SharingItem
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. 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.