Click or drag to resize
MOVEitMessageInfoDeliveryReceipts Property
Determines whether the message sender will receive delivery receipts for this message.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public int DeliveryReceipts { get; set; }

Property Value

Type: Int32
Remarks

When set to 1, the sender of the message will be notified when a recipient reads a message for the first time. The sender will also be notified if the message is deleted (either by the user or the system) before a recipient has viewed it. Default is 0.

When the MOVEitMessageInfo object has only been partially filled, this property will typically return -1.

See Also