| UniqueIdSetAddRange Method |
Adds all of the uids to the set.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public void AddRange(
IEnumerable<UniqueId> uids
)
Parameters
- uids IEnumerableUniqueId
- The collection of uids.
Remarks
Adds all of the uids to the set.
See Also