Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.AllowBinaryMode

TElSMTPClient     See also     


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


Specifies whether binary mode is allowed for sending.

Declaration

[C#]
    bool AllowBinaryMode;

[VB.NET]
    Property AllowBinaryMode As Boolean

[Pascal]
    property AllowBinaryMode : boolean;

[C++]
    bool get_AllowBinaryMode();
    void set_AllowBinaryMode(bool Value);

[PHP]
    bool get_AllowBinaryMode()
    void set_AllowBinaryMode(bool $Value)

[Java]
    boolean getAllowBinaryMode();
    void setAllowBinaryMode(boolean Value);

Description

    If the binary mode is allowed and SMTP server also supports this extension, the messages are sent in binary mode. In other cases messages are sent as text.

See also:     Send    

Discuss this help topic in SecureBlackbox Forum