PersonalStorage.TryToGetFolderById
PersonalStorage.TryToGetFolderById method
Gets the folder associated with the specified entry ID.
public bool TryToGetFolderById(string entryIdString, out FolderInfo folder)
Parameter | Type | Description |
---|---|---|
entryIdString | String | The string that represented the entry ID. |
folder | FolderInfo& | When this method returns true, contains the FolderInfo object associated with the specified ID. |
Return Value
true if the folder is successfully found; otherwise, false.
See Also
- class FolderInfo
- class PersonalStorage
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email