_SharingItem.ReadReceiptRequested Property

Definition

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

public:
 property bool ReadReceiptRequested { bool get(); void set(bool value); };
public bool ReadReceiptRequested { get; set; }
Public Property ReadReceiptRequested As Boolean

Property Value

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.

Applies to