FolderInfo Class |
Namespace: Aspose.Email.Storage.Pst
The FolderInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | FolderInfo |
Initializes a new instance of the FolderInfo class.
|
Name | Description | |
---|---|---|
![]() | ContainerClass |
Gets container class of the folder object.
|
![]() | ContentCount |
Gets the total number of items in the folder.
|
![]() | ContentUnreadCount |
Gets the number of unread items in the folder.
|
![]() | DisplayName |
Gets the display name of folder.
|
![]() | EntryId |
Gets the entry ID.
|
![]() | EntryIdString |
Gets string representation of entry ID.
|
![]() | HasSubFolders |
Gets a value indicating whether the Folder object has any subfolders.
|
![]() | LastModificationTime |
Gets the last modification time.
|
![]() | Properties |
Gets the folder properties.
|
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.
|
Name | Description | |
---|---|---|
![]() | ItemMoved |
Occurs when an item is moved to the another folder.
|
![]() | MessageAdded |
Occurs when a message is added to the current folder.
|