MailKit Documentation
MailKit Documentation
API Reference
MimeKit
InternetAddressList Class
InternetAddressList Properties
Count Property
IsReadOnly Property
Item Property
Mailboxes Property
Internet
Address
List
Item Property
Get or set the
InternetAddress
at the specified index.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
InternetAddress
this
[
int
index
] {
get
;
set
; }
Parameters
index
Int32
The index of the address to get or set.
Property Value
InternetAddress
The internet address at the specified index.
Implements
IList
T
Item
Int32
Exceptions
Exception
Condition
ArgumentNullException
value
is
null
.
ArgumentOutOfRangeException
index
is out of range.
Remarks
Gets or sets the
InternetAddress
at the specified index.
See Also
Reference
InternetAddressList Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast