Click or drag to resize
MimeKit

UniqueIdMapGetEnumerator Method

Gets the enumerator for the remapped unique identifiers.

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

Return Value

IEnumeratorKeyValuePairUniqueId, UniqueId
The enumerator.

Implements

IEnumerableTGetEnumerator
Remarks
Gets the enumerator for the remapped unique identifiers.
See Also