Gets or sets list of headers that are included in the signature (h=).

Namespace: Limilabs.Mail.DKIM
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public List<string> HeaderList { get; set; }
Visual Basic
Public Property HeaderList As List(Of String)
	Get
	Set
Visual C++
public:
property List<String^>^ HeaderList {
	List<String^>^ get ();
	void set (List<String^>^ value);
}

See Also