Click or drag to resize
MimeKit

UniqueIdSetAddRange Method

Adds all of the uids to the set.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public void AddRange(
	IEnumerable<UniqueId> uids
)

Parameters

uids  IEnumerableUniqueId
The collection of uids.
Remarks
Adds all of the uids to the set.
See Also