Click or drag to resize
MimeKit

UniqueIdSetGetEnumerator Method

Gets an enumerator for the set of unique ids.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public IEnumerator<UniqueId> GetEnumerator()

Return Value

IEnumeratorUniqueId
The enumerator.

Implements

IEnumerableTGetEnumerator
Remarks
Gets an enumerator for the set of unique ids.
See Also