MessageType.IsDeliveryReceiptRequested Property

Definition

The IsDeliveryReceiptRequested property gets or sets a Boolean value that specifies whether the sender of the item requests a delivery receipt. This property is optional. This is a read/write property.

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

Property Value

The IsDeliveryReceiptRequested property returns true if a delivery receipt is requested; otherwise, the property returns false.

Remarks

You must set the IsDeliveryReceiptRequestedSpecified property to true so that the IsDeliveryReceiptRequested property is serialized into the Simple Object Access Protocol (SOAP) request.

Applies to