Gets a folder in the collection by folder name.
| C# | Visual Basic | Managed C++ |
public UserFolder Item [ string folderName ] { get; }
Public ReadOnly Property Item ( _ folderName As String _ ) As UserFolder
public: UserFolder^ Item { UserFolder^ get (String^ folderName); }
- folderName (String)
- A String value that specifies the folder name in the UserFolderCollection collection.
Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)