PowerTCP Mail for .NET
List() Method




Lists all root subscribed and un-subscribed mailboxes found on the IMAP server.
Syntax
Public Overloads Function List() As Mailbox()
Dim instance As Imap
Dim value() As Mailbox
 
value = instance.List()
public Mailbox[] List()
public: Mailbox*[]* List(); 
public:
array<Mailbox^>^ List(); 

Return Value

A Mailbox array.
Remarks

Calls List(String,String,Boolean) using "" for directory, "%" for searchTerm, and false for subscribedOnly.

This method does not update Mailboxes; use Imap.Mailboxes.Refresh() to refresh its contents.

If Imap.Session.AutoUtf8 is set to true, and the server advertises UTF8=ACCEPT, UTF8 will be used for encoding and decoding UNICODE strings.

See Also

Reference

Imap Class
Imap Members
Overload List


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic