Modifier and Type | Method and Description |
---|---|
FolderInfo |
FolderInfo.addSubFolder(String name)
Adds the new sub-folder.
|
FolderInfo |
FolderInfo.addSubFolder(String name,
boolean createHierarchy)
Adds the new sub-folder.
|
FolderInfo |
FolderInfo.addSubFolder(String name,
String containerClass)
Adds the new subfolder.
|
FolderInfo |
PersonalStorage.createPredefinedFolder(String name,
int defaultFolder)
Creates the standard interpersonal message (IPM) folder.
|
FolderInfo |
PersonalStorage.createPredefinedFolder(String name,
int defaultFolder,
boolean createHierarchy)
Creates the standard interpersonal message (IPM) folder.
|
FolderInfo |
ItemMovedEventArgs.getDestinationFolder()
Gets the destination folder.
|
FolderInfo |
PersonalStorage.getFolderById(byte[] entryId)
Gets the personal folder from PST.
|
FolderInfo |
PersonalStorage.getFolderById(String entryIdString)
Gets the personal folder from PST.
|
FolderInfo |
PersonalStorage.getParentFolder(byte[] entryId)
Gets the parent folder of message.
|
FolderInfo |
PersonalStorage.getParentFolder(String entryIdString)
Gets the parent folder of message.
|
FolderInfo |
PersonalStorage.getPredefinedFolder(int defaultFolder)
Gets the standard interpersonal message (IPM) folder from PST.
|
FolderInfo |
PersonalStorage.getRootFolder()
Gets the root folder of PST.
|
FolderInfo |
FolderInfo.getSubFolder(String name)
Get subfolder.
|
FolderInfo |
FolderInfo.getSubFolder(String name,
boolean ignoreCase)
Gets the subfolder.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<FolderInfo> |
FolderInfo.enumerateFolders()
Exposes the enumerator, which supports an iteration of subfolders in folder.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<FolderInfo> |
FolderInfo.enumerateFolders(int kind)
Exposes the enumerator, which supports an iteration of subfolders in folder.
|
Modifier and Type | Method and Description |
---|---|
void |
FolderInfo.mergeWith(FolderInfo sourceFolder)
Merges the folder with the folder from another pst.
|
void |
FolderInfo.mergeWith(FolderInfo sourceFolder,
boolean recursiveHandler)
Merges the folder with the folder from another pst.
|
void |
FolderInfo.moveContents(FolderInfo newFolder)
Moves the contents to a new folder.
|
void |
PersonalStorage.moveItem(FolderInfo folder,
FolderInfo newFolder)
Moves a specified folder to a new parent folder within the current pst.
|
void |
PersonalStorage.moveItem(MessageInfo message,
FolderInfo newFolder)
Moves a specified message to a new folder within the current pst.
|
void |
FolderInfo.moveSubfolders(FolderInfo newFolder)
Moves the subfolders to a new parent folder.
|
Constructor and Description |
---|
ItemMovedEventArgs(FolderInfo folder)
Initializes a new instance of the
ItemMovedEventArgs class. |