Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.ExtensionBinarySupported

TElSMTPClient     See also     


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


This property shows whether binary sending mode is supported by the SMTP server.

Declaration

[C#]
    bool ExtensionBinarySupported;

[VB.NET]
    Property ExtensionBinarySupported As Boolean

[Pascal]
    property ExtensionBinarySupported : boolean;

[C++]
    bool get_ExtensionBinarySupported();

[PHP]
    bool get_ExtensionBinarySupported()

[Java]
    boolean getExtensionBinarySupported();

Description

    If binary sending mode is supported by the SMTP server and ExtensionChunkingSupported is true the messages can be sent in binary mode divided into "chunks" of equal sizes. The size of each such "chunk" is specified by the BinaryChunkSize property.

See also:     ExtensionChunkingSupported     BinaryChunkSize     Send    

Discuss this help topic in SecureBlackbox Forum