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)
ParameterDescription
entryIdStringThe string that represented the entry ID.
folderWhen this method returns true, contains the FolderInfo object associated with the specified ID.