Lists extensions supported by the remote server (e.g. SORT, XLIST, UIDPLUS)

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public List<ImapExtension> SupportedExtensions()
Visual Basic
Public Function SupportedExtensions As List(Of ImapExtension)
Visual C++
public:
List<ImapExtension^>^ SupportedExtensions()

Return Value

Extensions supported by remote server.

See Also