HeaderCollectionHasKeys Method

Gets a value indicating whether the collection contains keys.

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

Return Value

Type: Boolean
Returns true if collection has an items, otherwise returns false.
See Also