Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.ExtensionChunkingSupported

TElSMTPClient     See also     


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


Shows whether message chunking is supported by the SMTP server.

Declaration

[C#]
    bool ExtensionChunkingSupported;

[VB.NET]
    Property ExtensionChunkingSupported As Boolean

[Pascal]
    property ExtensionChunkingSupported : boolean;

[C++]
    bool get_ExtensionChunkingSupported();

[PHP]
    bool get_ExtensionChunkingSupported()

[Java]
    boolean getExtensionChunkingSupported();

Description

    If message chunking is supported by the SMTP server and ExtensionBinarySupported 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:     ExtensionBinarySupported     BinaryChunkSize     Send    

Discuss this help topic in SecureBlackbox Forum