PowerTCP Mail for .NET
Parameters Property




Gets the dictionary that contains the parameters included in the header represented by this instance.
Syntax
Public ReadOnly Property Parameters As Dictionary(Of String,String)
Dim instance As HeaderField
Dim value As Dictionary(Of String,String)
 
value = instance.Parameters
public Dictionary<string,string> Parameters {get;}
public: __property Dictionary<string*,string*>* get_Parameters();
public:
property Dictionary<String^,String^>^ Parameters {
   Dictionary<String^,String^>^ get();
}
Remarks
This dictionary contains the auxiliary name/value string pairs that may be present in the header.
See Also

Reference

HeaderField Class
HeaderField Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic