Gets the e-mail headers that are transmitted with this e-mail message

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public Property Headers As List(Of NameValueCollection)
C#
public List<NameValueCollection> Headers { get; set; }
Visual C++
public:
property List<NameValueCollection^>^ Headers {
	List<NameValueCollection^>^ get ();
	void set (List<NameValueCollection^>^ value);
}
JavaScript
function get_headers();
function set_headers(value);

See Also