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