Gets all mailboxes found for account.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
[ObsoleteAttribute("This method uses the FIND ALL.MAILBOXES command as identifed in RFC 1730 and has been obsoleted by RFC 2060, it is recommended you use the listMailboxes command instead.", 
	false)]
public IEnumerator GetMailboxes()
Visual Basic
<ObsoleteAttribute("This method uses the FIND ALL.MAILBOXES command as identifed in RFC 1730 and has been obsoleted by RFC 2060, it is recommended you use the listMailboxes command instead.",  _
	False)> _
Public Function GetMailboxes As IEnumerator
Visual C++
[ObsoleteAttribute(L"This method uses the FIND ALL.MAILBOXES command as identifed in RFC 1730 and has been obsoleted by RFC 2060, it is recommended you use the listMailboxes command instead.", 
	false)]
public:
IEnumerator^ GetMailboxes()

Return Value

an Enumeration of String with each element representing a mailbox name

See Also