Class ImapMailboxInfo
Contents
[
Hide
]ImapMailboxInfo class
Contains set of special-use mailboxes
public class ImapMailboxInfo
Properties
Name | Description |
---|---|
AllMessages { get; } | 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. |
ArchivedMessages { get; } | 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. |
DraftMessages { get; } | 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. |
FlaggedMessages { get; } | 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. |
Important { get; } | 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. |
Inbox { get; } | Gets mailbox is used to hold incoming messages. |
JunkMessages { get; } | 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. |
SentMessages { get; } | 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. |
Trash { get; } | 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
Name | Description |
---|---|
ToArray() | Gets array of existed well-known folders. If well-known folder is null, it won’t be included in array. |
See Also
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email