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