Discuss this help topic in SecureBlackbox Forum

TElSMTPClient.ExtensionSizeSupported

TElSMTPClient     See also     


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


Shows whether the SMTP server supports "SIZE" service extension.

Declaration

[C#]
    bool ExtensionSizeSupported;

[VB.NET]
    Property ExtensionSizeSupported As Boolean

[Pascal]
    property ExtensionSizeSupported : boolean;

[C++]
    bool get_ExtensionSizeSupported();

[PHP]
    bool get_ExtensionSizeSupported()

[Java]
    boolean getExtensionSizeSupported();

Description

    Shows whether the SMTP server supports "SIZE" service extension. It is implemented on servers which have restrictions on message sizes.

See also:     ExtensionBinarySupported     BinaryChunkSize    

Discuss this help topic in SecureBlackbox Forum