Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum