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

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