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 Function HasKeys As Boolean
member HasKeys : unit -> bool
Return Value
Type:
BooleanReturns true if collection has an items, otherwise returns false.
See Also