MailMessage::Headers Property

 

Specifies the custom headers that are transmitted with the e-mail message. Recommended alternative: System.Net.Mail.

Namespace:   System.Web.Mail
Assembly:  System.Web (in System.Web.dll)

public:
property IDictionary^ Headers {
	IDictionary^ get();
}

Property Value

Type: System.Collections::IDictionary^

An IDictionary collection of custom headers.

.NET Framework
Available since 1.1
Return to top
Show: