Click or drag to resize
MimeKit

MessageIdListAddRange Method

Add a collection of Message-Ids.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void AddRange(
	IEnumerable<string> items
)

Parameters

items  IEnumerableString
The Message-Id items to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionitems is null.
Remarks
Adds a collection of Message-Id items to append to the list.
See Also