PostalAddressList.Insert
PostalAddressList.Insert method
Inserts an item to the list at the specified index.
public void Insert(int index, PostalAddress value)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based index at which value should be inserted. |
value | PostalAddress | The Object to insert into the list. |
See Also
- class PostalAddress
- class PostalAddressList
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email