Discuss this help topic in SecureBlackbox Forum

TElMessage.RequestDeliveryReceipt

TElMessage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether to request a delivery notification.

Declaration

[C#]
    bool RequestDeliveryReceipt;

[VB.NET]
    Property RequestDeliveryReceipt As Boolean

[Pascal]
    property RequestDeliveryReceipt: boolean;

[C++]
    bool get_RequestDeliveryReceipt();
    void set_RequestDeliveryReceipt(bool Value);

[PHP]
    bool get_RequestDeliveryReceipt()
    void set_RequestDeliveryReceipt(bool $Value)

[Java]
    boolean getRequestDeliveryReceipt();
    void setRequestDeliveryReceipt(boolean Value);

Description

    Use this property to specify whether a delivery notification is required.

See also:     RequestReadReceipt    

Discuss this help topic in SecureBlackbox Forum