OlmFolder
Contents
[
Hide
]OlmFolder class
Represents folder information in OLM storage.
Constructors
| Name | Description |
|---|---|
| OlmFolder | Initializes a new instance of the OlmFolder class. |
Methods
| Name | Description |
|---|---|
| EnumerateMapiMessages | Exposes the enumerator, which supports an iteration of messages in folder. |
| EnumerateMessages (3 overloads) | Exposes the enumerator, which supports an iteration of messages in folder. |
| get_Depth | Gets the depth. |
| get_FullPath | Gets the full path. |
| get_HasMessages | Gets a value indicating whether the current folder has messages. |
| get_MessageCount | Gets the message count. |
| get_Name | Gets the folder name. |
| get_Path | Gets the path. |
| get_SubFolders | Gets the list of sub-folders. |
| GetSubFolder | Gets the subfolder by name. |
| IncreaseMessageCount | Increases the message count. |
| ToString | Returns a System::String that represents this instance. |