EmailAddressListInsert Method |
Inserts an item to the list at the specified index.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public void Insert(
int index,
EmailAddress value
)
Public Sub Insert (
index As Integer,
value As EmailAddress
)
public:
virtual void Insert(
int index,
EmailAddress^ value
) sealed
abstract Insert :
index : int *
value : EmailAddress -> unit
override Insert :
index : int *
value : EmailAddress -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index at which value should be inserted. - value
- Type: Aspose.Email.PersonalInfoEmailAddress
The Object to insert into the list.
Implements
IListTInsert(Int32, T)See Also