PowerTCP Mail for .NET
Insert Method




Index at which the item is to be added.
Mailbox instance.
Not supported.
Syntax
Public Shadows Sub Insert( _
   ByVal index As Integer, _
   ByVal item As Mailbox _
) 
Dim instance As MailboxCollection
Dim index As Integer
Dim item As Mailbox
 
instance.Insert(index, item)
public new void Insert( 
   int index,
   Mailbox item
)
public: new void Insert( 
   int index,
   Mailbox* item
) 
public:
new void Insert( 
   int index,
   Mailbox^ item
) 

Parameters

index
Index at which the item is to be added.
item
Mailbox instance.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionUse Add(String) to add a new mailbox to the server.
See Also

Reference

MailboxCollection Class
MailboxCollection Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic