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