HtmlMailMessage Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This class extends the MailMessage class with a property for the html body.
Inheritance Hierarchy

SystemObject
  System.Net.MailMailMessage
    ContentStudio.Document.MailHtmlMailMessage

Namespace: ContentStudio.Document.Mail
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class HtmlMailMessage : MailMessage

The HtmlMailMessage type exposes the following members.

Constructors

  NameDescription
Public methodHtmlMailMessage
Initializes a new instance of the HtmlMailMessage class
Top
Properties

  NameDescription
Public propertyAlternateViews (Inherited from MailMessage.)
Public propertyAttachments (Inherited from MailMessage.)
Public propertyBcc (Inherited from MailMessage.)
Public propertyBody (Inherited from MailMessage.)
Public propertyBodyEncoding (Inherited from MailMessage.)
Public propertyCC (Inherited from MailMessage.)
Public propertyDeliveryNotificationOptions (Inherited from MailMessage.)
Public propertyFrom (Inherited from MailMessage.)
Public propertyHeaders (Inherited from MailMessage.)
Public propertyHtmlBody
Gets or sets the HTML body for this message.
Public propertyIsBodyHtml (Inherited from MailMessage.)
Public propertyPriority (Inherited from MailMessage.)
Public propertyReplyTo (Inherited from MailMessage.)
Public propertySender (Inherited from MailMessage.)
Public propertySubject (Inherited from MailMessage.)
Public propertySubjectEncoding (Inherited from MailMessage.)
Public propertyTo (Inherited from MailMessage.)
Top
Methods

  NameDescription
Public methodDispose (Inherited from MailMessage.)
Protected methodDispose(Boolean) (Inherited from MailMessage.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference