 | HeaderCollectionAllKeys Property |
Gets all MIME header keys stored in this collection.
Namespace: Limilabs.Mail.HeadersAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<string> AllKeys { get; }Public ReadOnly Property AllKeys As List(Of String)
Get
public:
property List<String^>^ AllKeys {
List<String^>^ get ();
}member AllKeys : List<string> with get
Property Value
ListString
See Also