LumiSoft Net Help
Insert Method (index, value)
NamespacesLumiSoft.Net.MailMail_t_MailboxListInsert(Int32, Mail_t_Mailbox)
Inserts a address into the collection at the specified location.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Insert(
	int index,
	Mail_t_Mailbox value
)
Public Sub Insert ( 
	index As Integer,
	value As Mail_t_Mailbox
)
public:
void Insert(
	int index, 
	Mail_t_Mailbox^ value
)
member Insert : 
        index : int * 
        value : Mail_t_Mailbox -> unit 
Parameters
index (Int32)
The location in the collection where you want to add the item.
value (Mail_t_Mailbox)
Address to insert.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIs raised when index is out of range.
ArgumentNullExceptionIs raised when value is null reference.

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