UrlListRemove Method

Removes the first occurrence of a specific object from the list.

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public bool Remove(
	Url value
)

Parameters

value
Type: Aspose.Email.PersonalInfoUrl
The Object to remove from the list.

Return Value

Type: Boolean

Implements

ICollectionTRemove(T)
See Also