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
)

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