PostalAddressListInsert 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,
PostalAddress value
)
Public Sub Insert (
index As Integer,
value As PostalAddress
)
public:
virtual void Insert(
int index,
PostalAddress^ value
) sealed
abstract Insert :
index : int *
value : PostalAddress -> unit
override Insert :
index : int *
value : PostalAddress -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index at which value should be inserted. - value
- Type: Aspose.Email.PersonalInfoPostalAddress
The Object to insert into the list.
Implements
IListTInsert(Int32, T)See Also