ImapMailboxInfo Class

Contains set of special-use mailboxes
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ImapImapMailboxInfo

Namespace:  Aspose.Email.Clients.Imap
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ImapMailboxInfo

The ImapMailboxInfo type exposes the following members.

Properties
  NameDescription
Public propertyAllMessages
Gets mailbox presents all messages in the user's message store. Please note, this value may be null if server does not support rfc6154 or folder has not been created.
Public propertyArchivedMessages
Gets mailbox is used to archive messages. Please note, this value may be null if server does not support rfc6154 or folder has not been created.
Public propertyDraftMessages
Gets mailbox is used to hold draft messages typically, messages that are being composed but have not yet been sent. Please note, this value may be null if server does not support rfc6154 or folder has not been created.
Public propertyFlaggedMessages
Gets mailbox presents all messages marked in some way as "important". Please note, this value may be null if server does not support rfc6154 or folder has not been created.
Public propertyImportant
Gets mailbox is used to hold messages that have been marked as important. Please note, this value may be null if server does not support rfc8457 or folder has not been created.
Public propertyInbox
Gets mailbox is used to hold incoming messages.
Public propertyJunkMessages
Gets mailbox is where messages deemed to be junk mail are held. Please note, this value may be null if server does not support rfc6154 or folder has not been created.
Public propertySentMessages
Gets mailbox is used to hold copies of messages that have been sent. Please note, this value may be null if server does not support rfc6154 or folder has not been created.
Public propertyTrash
Gets mailbox is used to hold messages that have been deleted or marked for deletion. Please note, this value may be null if server does not support rfc6154 or folder has not been created.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToArray
Gets array of existed well-known folders. If well-known folder is null, it won't be included in array.
Public methodToString (Inherited from Object.)
See Also