TryToGetFolderById
TryToGetFolderById
Gets the folder associated with the specified entry ID.
Returns: true if the folder is successfully found; otherwise, false.
TryToGetFolderById(System::String entryIdString, System::SharedPtr < FolderInfo > & folder)
| Parameter | Description |
|---|---|
| entryIdString | The string that represented the entry ID. |
| folder | When this method returns true, contains the FolderInfo object associated with the specified ID. |