FolderInfo

FolderInfo class

Represents information about personal folder in PST.

Constructors

NameDescription
FolderInfo (5 overloads)Initializes a new instance of the FolderInfo class.

Methods

NameDescription
AddFileAdds a file into pst folder.
AddMapiMessageItemAdds the IMapiMessageItem object into folder.
AddMessageAdds a new message into folder.
AddMessagesProvides message adding in a bulk mode.
AddSubFolder (4 overloads)Adds the new sub-folder.
CancelThis method used to interrupt a split operation.
ChangeContainerClassChanges the container class.
ChangeDisplayNameChanges the display name.
ChangeMessageCountChanges the message count.
ChangeMessages (2 overloads)Changes all messages in folder.
DeleteChildItemDeletes the item (folder or message) by it’s entryId.
DeleteChildItemsDeletes the child messages.
EnumerateFolders (2 overloads)Exposes the enumerator, which supports an iteration of subfolders in folder.
EnumerateMapiMessagesExposes the enumerator, which supports an iteration of messages in folder.
EnumerateMessageObjectsExposes the enumerator, which supports an iteration of messages in folder.
EnumerateMessages (4 overloads)Retrieves MessageInfo objects from the folder.
EnumerateMessagesEntryIdEnumerates the entryID of messages.
get_ContainerClassGets container class of the folder object.
get_ContentCountGets the total number of items in the folder.
get_ContentUnreadCountGets the number of unread items in the folder.
get_DisplayNameGets the display name of folder.
get_EntryIdGets the entry ID.
get_EntryIdStringGets string representation of entry ID.
get_HasSubFoldersGets a value indicating whether the Folder object has any subfolders.
get_IsUnicode
get_LastModificationTimeGets the last modification time.
get_NidGets node Id of Folder PC.
get_PropertiesGets the folder properties.
GetContents (6 overloads)Get collection of messages.
GetPredefinedTypeGets the type of predefined folder.
GetSubFolder (3 overloads)Get subfolder.
GetSubFolders (3 overloads)Gets collection of subfolders.
IsStandardIpmFolderDetermines whether [is standard ipm folder].
MergeWith (2 overloads)Merges the folder with the folder from another pst.
MoveContentsMoves the contents to a new folder.
MoveSubfoldersMoves the subfolders to a new parent folder.
RetrieveFullPathRetrieves the full path of folder within the PST file.
SetProperties
UpdateMessageUpdates the message in folder.
UpdateSubfoldersPropertyUpdates the sub-folders property.
ItemMovedOccurs when an item is moved to the another folder.
MessageAddedOccurs when a message is added to the current folder.