HeaderCollectionKeys Property |
Gets a ReadOnlyCollectionstring containing all header keys in collections
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public virtual ReadOnlyCollection<string> Keys { get; }
Public Overridable ReadOnly Property Keys As ReadOnlyCollection(Of String)
Get
public:
virtual property ReadOnlyCollection<String^>^ Keys {
ReadOnlyCollection<String^>^ get ();
}
abstract Keys : ReadOnlyCollection<string> with get
override Keys : ReadOnlyCollection<string> with get
Property Value
Type:
ReadOnlyCollectionStringSee Also