LumiSoft Mail Server User API
Insert Method (index, address)
Namespaces > LumiSoft.Net.Mime > AddressList > Insert(Int32, Address)
Inserts a new address into the collection at the specified location.
Syntax
C#Visual BasicManaged C++
public void Insert (
	int index,
	Address address
)
Public Sub Insert ( _
	index As Integer, _
	address As Address _
)
public:
void Insert (
	int index, 
	Address^ address
)
Parameters
index (Int32)
The location in the collection where you want to add the address.
address (Address)
Address to add.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)