FolderInfo Methods |
The FolderInfo type exposes the following members.
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(String) |
Adds the new sub-folder.
|
![]() | AddSubFolder(String, Boolean) |
Adds the new sub-folder.
|
![]() | AddSubFolder(String, String) |
Adds the new subfolder.
|
![]() | ChangeContainerClass |
Changes the container class.
|
![]() | ChangeDisplayName |
Changes the display name.
|
![]() | ChangeMessages(MapiPropertyCollection) |
Changes all messages in folder.
|
![]() | ChangeMessages(IEnumerableString, MapiPropertyCollection) |
Changes the messages in folder.
|
![]() | DeleteChildItem |
Deletes the item (folder or message) by it's entryId.
|
![]() | DeleteChildItems |
Deletes the child messages.
|
![]() | EnumerateFolders |
Exposes the enumerator, which supports an iteration of subfolders in folder.
|
![]() | EnumerateFolders(FolderKind) |
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 |
Exposes the enumerator, which supports an iteration of messages in folder.
|
![]() | EnumerateMessagesEntryId |
Enumerates the entryID of messages.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetContents |
Get collection of messages.
|
![]() | GetContents(Boolean) |
Get collection of messages.
|
![]() | GetContents(MailQuery) |
Get collection of messages.
|
![]() | GetContents(MessageKind) |
Get collection of messages.
|
![]() | GetContents(Int32, Int32) |
Gets the collection of messages.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetSubFolder(String) |
Get subfolder.
|
![]() | GetSubFolder(String, Boolean) |
Gets the subfolder.
|
![]() | GetSubFolders |
Gets collection of subfolders.
|
![]() | GetSubFolders(FolderKind) |
Gets collection of subfolders.
|
![]() | GetSubFolders(MailQuery) |
Gets collection of subfolders.
|
![]() | GetType | (Inherited from Object.) |
![]() | MergeWith(FolderInfo) |
Merges the folder with the folder from another pst.
|
![]() | MergeWith(FolderInfo, Boolean) |
Merges the folder with the folder from another pst. OnItemMoved event is called on both messages and directories.
|
![]() | 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.
|
![]() | ToString | (Inherited from Object.) |
![]() | UpdateMessage |
Updates the message in folder.
|