Class OlmFolder
Contents
[
Hide
]OlmFolder class
Represents folder information in OLM storage.
public class OlmFolder
Properties
| Name | Description |
|---|---|
| HasMessages { get; } | Gets a value indicating whether the current folder has messages. |
| MessageCount { get; } | Gets the message count. |
| Name { get; } | Gets the folder name. |
| Path { get; } | Gets the path. |
| SubFolders { get; } | Gets the list of sub-folders. |
Methods
| Name | Description |
|---|---|
| EnumerateMapiMessages() | Exposes the enumerator, which supports an iteration of messages in folder. |
| EnumerateMessages() | Exposes the enumerator, which supports an iteration of messages in folder. |
| EnumerateMessages(MailQuery) | Exposes the enumerator, which supports an iteration of messages in folder. |
| EnumerateMessages(int, int) | Exposes the enumerator, which supports an iteration of messages in folder. |
| GetSubFolder(string, bool) | Gets the subfolder by name. |
| override ToString() | Returns a String that represents this instance. |
See Also
- namespace Aspose.Email.Storage.Olm
- assembly Aspose.Email