aspNetEmail

EmailMessage.RawHeaders Property

Advanced property to set any custom headers.

public string RawHeaders {get; set;}

Remarks

This value will be written to the email headers. All encoding, carriage returns, line feeds, tabs, and formatting is left up to the end developer. This property is exposed for those developers intimately familiar with the RFCs. To add any headers or X-headers, and allow aspNetEmail to handle all of the encoding, use the AddHeader() and\or AddXHeader() methods.

See Also

EmailMessage Class | aspNetEmail Namespace