MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MessageIdList Class
MessageIdList Methods
Add Method
AddRange Method
Clear Method
Clone Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
ToString Method
Message
Id
List
Add
Range Method
Add a collection of Message-Ids.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
AddRange
(
IEnumerable
<
string
>
items
)
Parameters
items
IEnumerable
String
The Message-Id items to add.
Exceptions
Exception
Condition
ArgumentNullException
items
is
null
.
Remarks
Adds a collection of Message-Id items to append to the list.
See Also
Reference
MessageIdList Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast