MailAddressCollectionInsertItem Method |
Inserts an element into the
CollectionT at the specified index.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxprotected override void InsertItem(
int index,
MailAddress item
)
Protected Overrides Sub InsertItem (
index As Integer,
item As MailAddress
)
protected:
virtual void InsertItem(
int index,
MailAddress^ item
) override
abstract InsertItem :
index : int *
item : MailAddress -> unit
override InsertItem :
index : int *
item : MailAddress -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index at which item should be inserted. - item
- Type: Aspose.EmailMailAddress
The object to insert. The value can be null for reference types.
Exceptions
See Also