| DKIMSignatureInfoHeaderList Property |
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.23341.1754
Syntax public List<string> HeaderList { get; set; }
Public Property HeaderList As List(Of String)
Get
Set
public:
property List<String^>^ HeaderList {
List<String^>^ get ();
void set (List<String^>^ value);
}
member HeaderList : List<string> with get, set
Property Value
Type:
ListStringSee Also