InstantMessengerListAdd 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(
	InstantMessengerAddress value
)

Parameters

value
Type: Aspose.Email.PersonalInfoInstantMessengerAddress
The object to add to the list.

Return Value

Type: 
The position into which the new element was inserted.

Implements

ICollectionTAdd(T)
See Also