LumiSoft Net Help
Insert Method (index, address)
NamespacesLumiSoft.Net.MimeAddressListInsert(Int32, Address)
Inserts a new address into the collection at the specified location.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Insert(
	int index,
	Address address
)
Public Sub Insert ( 
	index As Integer,
	address As Address
)
public:
void Insert(
	int index, 
	Address^ address
)
member Insert : 
        index : int * 
        address : Address -> unit 
Parameters
index (Int32)
The location in the collection where you want to add the address.
address (Address)
Address to add.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119