NoteItemsGetEnumerator Method Ipswitch.Messaging.Framework
Returns an enumerator that iterates through the notes in the NoteFolder.

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

public IEnumerator<Note> GetEnumerator()

Return Value

Type: IEnumeratorNote
An IEnumerator<Note> that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also

Reference