HeaderCollectionRemove Method

Removes the header from collection by a given header name.

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public bool Remove(
	string item
)

Parameters

item
Type: SystemString
The header name.

Return Value

Type: Boolean
true if item was successfully removed from the collection.

Implements

ICollectionTRemove(T)
See Also