PowerTCP Mail for .NET
Mailbox Class
Members 




Represents a mailbox on the IMAP server.
Object Model
Mailbox ClassImapMessage Class
Syntax
Remarks

Mailbox objects represent server mailboxes. Mailbox properties are updated when selected (see SelectedMailbox). While selected, server notifications (in response to commands or as unsolicited updates) may update properties of this class. For example, when the server sends EXPUNGE, the specified messages will be removed from this collection. When the server sends EXISTS, an ImapMessage is added.

Using properties or methods of this class may require communications with the server. For example, setting Name sends a RENAME command to the server.

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Dart.Mail.Mailbox

See Also

Reference

Mailbox Members
Dart.Mail Namespace


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