MailKit Documentation
MailKit Documentation
API Reference
MimeKit
InternetAddressList Class
InternetAddressList Methods
Add Method
AddRange Method
Clear Method
CompareTo Method
Contains Method
CopyTo Method
Equals Method
GetEnumerator Method
GetHashCode Method
IndexOf Method
Insert Method
Parse Method
Remove Method
RemoveAt Method
ToString Method
TryParse Method
Internet
Address
List
Insert Method
Insert an address at the specified index.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
Insert
(
int
index
,
InternetAddress
address
)
Parameters
index
Int32
The index to insert the address.
address
InternetAddress
The address.
Implements
IList
T
Insert(Int32, T)
Exceptions
Exception
Condition
ArgumentNullException
address
is
null
.
ArgumentOutOfRangeException
index
is out of range.
Remarks
Inserts the address at the specified index in the list.
See Also
Reference
InternetAddressList Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast