PowerTCP Mail for .NET
Capabilities Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Imap Class : Capabilities Property




Gets an array of strings representing the capabilities of the IMAP server.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property Capabilities As String()
Visual Basic (Usage)Copy Code
Dim instance As Imap
Dim value() As String
 
value = instance.Capabilities
C# 
[BrowsableAttribute(false)]
public string[] Capabilities {get;}
Managed Extensions for C++ 
[BrowsableAttribute(false)]
public: __property string*[]* get_Capabilities();
C++/CLI 
[BrowsableAttribute(false)]
public:
property array<String^>^ Capabilities {
   array<String^>^ get();
}

Property Value

An array of strings representing the capabilities as reported by the IMAP server.

Remarks

After successfully logging in, the Imap component automatically issues the IMAP CAPABILITY command, which the server responds to by listing it's capabilities. The Imap.capabilities property returns this list. For example, if "IDLE" is part of this collection this indicates support for the IMAP IDLE command.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.