Public Member Functions | |
void | getItemAt (in unsigned long index,[retval] out ISharedFolder item) |
void | enumerate ([retval] out ISharedFolderEnumerator enumerator) |
void | findByName (in wstring name,[retval] out ISharedFolder sharedFolder) |
Searches this collection for a shared folder with the given logical name. | |
Public Attributes | |
readonly attribute unsigned long | count |
void ISharedFolderCollection::getItemAt | ( | in unsigned long | index, | |
[retval] out ISharedFolder | item | |||
) |
void ISharedFolderCollection::enumerate | ( | [retval] out ISharedFolderEnumerator | enumerator | ) |
void ISharedFolderCollection::findByName | ( | in wstring | name, | |
[retval] out ISharedFolder | sharedFolder | |||
) |
Searches this collection for a shared folder with the given logical name.
name | Logical name of the shared folder to search for | |
sharedFolder | Found shared folder object |
readonly attribute unsigned long ISharedFolderCollection::count |