Discuss this help topic in SecureBlackbox Forum
Returns the list of server capabilities.
Declaration
[C#]
TElStringList Capabilities;
[VB.NET]
Property Capabilities As TElStringList
[Pascal]
property Capabilities : TElStringList;
[C++]
TElStringList* get_Capabilities();
[PHP]
TElStringList get_Capabilities()
[Java]
TElStringList getCapabilities();
Description
Use this property to get the list of IMAP capabilities (i.e., optional functionality of the server as defined in [RFC 3501]) obtained from the server.
Discuss this help topic in SecureBlackbox Forum