SmtpMail.Headers Property


Gets the HeaderCollection for headers of the e-mail message.

[VisualĀ Basic]
Public Property Headers As HeaderCollection
[C#]
public HeaderCollection Headers {get;}
[C++]
public: __property HeaderCollection* get_Headers();
[JScript]
public function get Headers() : HeaderCollection;

Property Value

Gets a HeaderCollection instance for headers of the e-mail message.