ImapMailboxInfo

ImapMailboxInfo class

Contains set of special-use mailboxes

Constructors

NameDescription
ImapMailboxInfoInitializes a new instance of ImapMailboxInfo class

Methods

NameDescription
get_AllMessagesGets 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.
get_ArchivedMessagesGets 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.
get_DraftMessagesGets 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.
get_FlaggedMessagesGets 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.
get_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.
get_InboxGets mailbox is used to hold incoming messages.
get_JunkMessagesGets 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.
get_SentMessagesGets 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.
get_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.
set_AllMessagesGets 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.
set_ArchivedMessagesGets 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.
set_DraftMessagesGets 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.
set_FlaggedMessagesGets 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.
set_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.
set_InboxGets mailbox is used to hold incoming messages.
set_JunkMessagesGets 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.
set_SentMessagesGets 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.
set_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.
ToArrayGets array of existed well-known folders. If well-known folder is null, it won’t be included in array.
Aspose::Email::Clients::Imap::Commands::ConnectGrCommand