[Missing <summary> documentation for "T:IMailAPI_NET.WGSFolderCollection"]
Inheritance Hierarchy
IMailAPI_NETWGSFolderCollection
Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax
The WGSFolderCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | WGSFolderCollection | Initializes a new instance of the WGSFolderCollection class |
![]() | WGSFolderCollection(Boolean) | Initializes a new instance of the WGSFolderCollection class |
![]() | WGSFolderCollection(Int32) |
Populates the FolderArray with all of the folders in a domain.
|
![]() | WGSFolderCollection(String) | Initializes a new instance of the WGSFolderCollection class |
![]() | WGSFolderCollection(Boolean, Int32) | Initializes a new instance of the WGSFolderCollection class |
![]() | WGSFolderCollection(Boolean, String) | Initializes a new instance of the WGSFolderCollection class |
![]() | WGSFolderCollection(Int32, Boolean) |
Populates the FolderArray with a specific user's folders. If "GetShared" is set to true the FolderArray will contain the folders that are shared with the user.
|
![]() | WGSFolderCollection(Int32, Int32) |
Populates the FolderArray with a specific user's folders.
|
![]() | WGSFolderCollection(Int32, Int32, Boolean) |
Populates the FolderArray with a specific user's folders. If "GetShared" is set to true the FolderArray will contain the folders that are shared with the user.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator | |
![]() | GetFolderCollection(Int32) | |
![]() | GetFolderCollection(Int32, Int32) | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetSharedFolders(Int32) | |
![]() | GetSharedFolders(Int32, Int32) |
This method will populate the FolderArray with objects that contain the names and IDs of WGSUsers who have folders shared to a certain WGSUser and an arraylist of the actual folders.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SortCollection | |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | FolderArray |
See Also