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

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