DotNetOpenMail 0.5.7 (beta)

EmailAddressCollection.Insert Method 

Insert an EmailAddress into the collection at the specified index.

[Visual Basic]
Public Sub Insert( _ 
   ByVal index As Integer, _ 
   ByVal emailaddress As EmailAddress _ 
)
[C#]
public void Insert(
   int index,
   EmailAddress emailaddress
);
[C++]
public: void Insert(
   int index,
   EmailAddress* emailaddress
);
[JScript]
public function Insert(
   int index,
   EmailAddress emailaddress
);

Parameters

index
The index, starting at zero.
emailaddress
The email address to add to the collection

See Also

EmailAddressCollection Class | DotNetOpenMail Namespace