Inserts a new mailbox into the collection at the specified location.
| C# | Visual Basic | Managed C++ |
public void Insert ( int index, MailboxAddress mailbox )
Public Sub Insert ( _ index As Integer, _ mailbox As MailboxAddress _ )
public: void Insert ( int index, MailboxAddress^ mailbox )
- 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)