HeaderCollectionAllKeys Property |
Gets an array of strings containing all header keys in collections
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public virtual string[] AllKeys { get; }
Public Overridable ReadOnly Property AllKeys As String()
Get
public:
virtual property array<String^>^ AllKeys {
array<String^>^ get ();
}
abstract AllKeys : string[] with get
override AllKeys : string[] with get
Property Value
Type:
StringSee Also