SubfolderContainerGetEnumerator Method Ipswitch.Messaging.Framework
Retrieve an enumerator that can iterate over the subfolders of the folder.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public IEnumerator<IFolder> GetEnumerator()

Return Value

Type: IEnumeratorIFolder
An IEnumerator that can iterate over the subfolders of the folder.

Implements

IEnumerableTGetEnumerator
See Also

Reference