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
Syntaxpublic bool Remove(
EmailAddress value
)
Public Function Remove (
value As EmailAddress
) As Boolean
public:
virtual bool Remove(
EmailAddress^ value
) sealed
abstract Remove :
value : EmailAddress -> bool
override Remove :
value : EmailAddress -> bool
Parameters
- value
- Type: Aspose.Email.PersonalInfoEmailAddress
The Object to remove from the list.
Return Value
Type:
BooleanImplements
ICollectionTRemove(T)
See Also