The HtmlEmailMessage type exposes the following members.

Properties

  Name Description
Public property Bcc
Gets/Sets the Bcc header address.
(Inherited from EmailMessage.)
Public property Cc
Gets/Sets the Cc header address.
(Inherited from EmailMessage.)
Public property ContentType
Gets/Sets the Content-Type.
(Inherited from MimeMessage.)
Public property From
Gets/Sets the From header address.
(Inherited from EmailMessage.)
Public property Message
Gets/Sets the message.
(Inherited from MimeMessage.)
Public property Priority
Gets/Sets the priority header.
(Inherited from EmailMessage.)
Public property ReplyTo
Gets/Sets the ReplyTo header address.
(Inherited from EmailMessage.)
Public property Subject
Gets/Sets the header Subject.
(Inherited from EmailMessage.)
Public property To
Gets/Sets the To header address.
(Inherited from EmailMessage.)

See Also