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

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

Defines a class for creating multi-part html mail messages. Resources like images and stylesheets will be included in the mail as attachments. A plain text version is also included by default.
Inheritance Hierarchy

SystemObject
  ContentStudio.Document.MailMultipartMailMessage

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

public class MultipartMailMessage : IDisposable

The MultipartMailMessage type exposes the following members.

Constructors

  NameDescription
Public methodMultipartMailMessage(String)
Initializes the class with the specified url.
Public methodMultipartMailMessage(Uri)
Initializes the class with the specified url.
Public methodMultipartMailMessage(String, MultipartMailMessageMailFormatSettings)
Initializes the class with the specified url.
Public methodMultipartMailMessage(String, Boolean)
Initializes the class with the specified url using default credentials.
Public methodMultipartMailMessage(Uri, MultipartMailMessageMailFormatSettings)
Initializes the class with the specified url.
Public methodMultipartMailMessage(Uri, Boolean)
Initializes the class with the specified url using default credentials.
Public methodMultipartMailMessage(String, Boolean, MultipartMailMessageMailFormatSettings)
Initializes the class with the specified url using default credentials.
Public methodMultipartMailMessage(String, String, String)
Initializes the class with the specified url with the specified credentials.
Public methodMultipartMailMessage(Uri, Boolean, MultipartMailMessageMailFormatSettings)
Initializes the class with the specified url using default credentials.
Public methodMultipartMailMessage(Uri, String, String)
Initializes the class with the specified url with the specified credentials.
Public methodMultipartMailMessage(String, String, String, MultipartMailMessageMailFormatSettings)
Initializes the class with the specified url with the specified credentials.
Public methodMultipartMailMessage(Uri, String, String, MultipartMailMessageMailFormatSettings)
Initializes the class with the specified url with the specified credentials.
Top
Properties

  NameDescription
Public propertySettings
Settings for this instance.
Top
Methods

  NameDescription
Public methodDispose
Closes all streams associated with the attachments within the mail.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
Public methodEquals (Inherited from Object.)
Public methodFillMessage
Mail message to fill with html content.
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