Provides access to a folder's subfolders
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkSubfolderContainer
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The SubfolderContainer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetEnumerator |
Retrieve an enumerator that can iterate over the subfolders of the folder.
| |
| GetFoldersTfolder |
Retrieve an enumerator that can iterate over the subfolders having a given type.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of subfolders that are direct children of the folder.
|
See Also