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
)
Public Function Remove (
item As String
) As Boolean
public:
virtual bool Remove(
String^ item
) sealed
abstract Remove :
item : string -> bool
override Remove :
item : string -> bool
Parameters
- item
- Type: SystemString
The header name.
Return Value
Type:
Booleantrue if item was successfully removed from the collection.
Implements
ICollectionTRemove(T)See Also