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
Insert Method
Insert a Message-Id at the specified index.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
Insert
(
int
index
,
string
messageId
)
Parameters
index
Int32
The index to insert the Message-Id.
messageId
String
The Message-Id to insert.
Implements
IList
T
Insert(Int32, T)
Exceptions
Exception
Condition
ArgumentNullException
messageId
is
null
.
ArgumentOutOfRangeException
index
is out of range.
Remarks
Inserts the Message-Id at the specified index in the list.
See Also
Reference
MessageIdList Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast