EmailAddressListAdd Method |
Adds an item to the list.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public void Add(
EmailAddress value
)
Public Sub Add (
value As EmailAddress
)
public:
virtual void Add(
EmailAddress^ value
) sealed
abstract Add :
value : EmailAddress -> unit
override Add :
value : EmailAddress -> unit
Parameters
- value
- Type: Aspose.Email.PersonalInfoEmailAddress
The Object to add to the list.
Return Value
Type:
The position into which the new element was inserted.
Implements
ICollectionTAdd(T)See Also