EmailAddressListRemove 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(
	EmailAddress value
)

Parameters

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

Return Value

Type: Boolean

Implements

ICollectionTRemove(T)
See Also