ImapMailboxInfo

ImapMailboxInfo class

Contains set of special-use mailboxes

The ImapMailboxInfo type exposes the following members:

Properties

NameDescription
all_messagesGets 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.
archived_messagesGets 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.
draft_messagesGets 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.
flagged_messagesGets 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.
junk_messagesGets 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.
sent_messagesGets 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.
trashGets 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.
importantGets 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.
inboxGets mailbox is used to hold incoming messages.

Methods

NameDescription
to_array()

See Also