FolderInfo
Contents
[
Hide
]FolderInfo class
Represents information about personal folder in PST.
Constructors
| Name | Description |
|---|---|
| FolderInfo (5 overloads) | Initializes a new instance of the FolderInfo class. |
Methods
| Name | Description |
|---|---|
| AddFile | Adds a file into pst folder. |
| AddMapiMessageItem | Adds the IMapiMessageItem object into folder. |
| AddMessage | Adds a new message into folder. |
| AddMessages | Provides message adding in a bulk mode. |
| AddSubFolder (4 overloads) | Adds the new sub-folder. |
| Cancel | This method used to interrupt a split operation. |
| ChangeContainerClass | Changes the container class. |
| ChangeDisplayName | Changes the display name. |
| ChangeMessageCount | Changes the message count. |
| ChangeMessages (2 overloads) | Changes all messages in folder. |
| DeleteChildItem | Deletes the item (folder or message) by it’s entryId. |
| DeleteChildItems | Deletes the child messages. |
| EnumerateFolders (2 overloads) | Exposes the enumerator, which supports an iteration of subfolders in folder. |
| EnumerateMapiMessages | Exposes the enumerator, which supports an iteration of messages in folder. |
| EnumerateMessageObjects | Exposes the enumerator, which supports an iteration of messages in folder. |
| EnumerateMessages (4 overloads) | Retrieves MessageInfo objects from the folder. |
| EnumerateMessagesEntryId | Enumerates the entryID of messages. |
| get_ContainerClass | Gets container class of the folder object. |
| get_ContentCount | Gets the total number of items in the folder. |
| get_ContentUnreadCount | Gets the number of unread items in the folder. |
| get_DisplayName | Gets the display name of folder. |
| get_EntryId | Gets the entry ID. |
| get_EntryIdString | Gets string representation of entry ID. |
| get_HasSubFolders | Gets a value indicating whether the Folder object has any subfolders. |
| get_IsUnicode | |
| get_LastModificationTime | Gets the last modification time. |
| get_Nid | Gets node Id of Folder PC. |
| get_Properties | Gets the folder properties. |
| GetContents (6 overloads) | Get collection of messages. |
| GetPredefinedType | Gets the type of predefined folder. |
| GetSubFolder (3 overloads) | Get subfolder. |
| GetSubFolders (3 overloads) | Gets collection of subfolders. |
| IsStandardIpmFolder | Determines whether [is standard ipm folder]. |
| MergeWith (2 overloads) | Merges the folder with the folder from another pst. |
| MoveContents | Moves the contents to a new folder. |
| MoveSubfolders | Moves the subfolders to a new parent folder. |
| RetrieveFullPath | Retrieves the full path of folder within the PST file. |
| SetProperties | |
| UpdateMessage | Updates the message in folder. |
| UpdateSubfoldersProperty | Updates the sub-folders property. |
| ItemMoved | Occurs when an item is moved to the another folder. |
| MessageAdded | Occurs when a message is added to the current folder. |