Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.DSNOptions

TElSMTPClient     See also     


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


Specifies notification mode for DSN.

Declaration

[C#]
    TSBSMTPDSNOptions DSNOptions;

[VB.NET]
    Property DSNOptions As TSBSMTPDSNOptions

[Pascal]
    property DSNOptions: TSBSMTPDSNOptions;
    TSBSMTPDSNOptions = set of TSBSMTPDSNOption.

[C++]
    TSBSMTPDSNOptions get_DSNOptions();
    void set_DSNOptions(TSBSMTPDSNOptions Value);

[PHP]
    integer get_DSNOptions()
    void set_DSNOptions(integer $Value)

[Java]
    short getDSNOptions();
    void setDSNOptions(short Value);

TSBSMTPDSNOption values:

TSBSMTPDSNOptions values

Description

    Each bit in this set of options switches on or off notifications with certain status. For instance, you can only enable notifications for messages which delivery has failed.

See also:     DSNReturnType     OnDSNOptions     OnDSNEnvIDGenerate    

Discuss this help topic in SecureBlackbox Forum