MultipartMailMessageMailFormatSettings Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Mail format settings.

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

[FlagsAttribute]
public enum MailFormatSettings
Members

  Member nameValueDescription
None0 Setting only this option will include all type of content without replacing relative urls with absolute urls.
Default308 The default setting is SuppressScript, MakeAbsoluteURLs, TransformCssToInline and SuppressImagesInCss
SuppressImages1 This option will suppress images to be attached in mail message.
SuppressCss2 This option will suppress css to be attached in mail message.
SuppressImagesInCss4 This option will suppress images declared in css or inline styles to be attached in mail message.
SuppressFrames8 This option will suppress iframe content to be attached in mail message.
SuppressScript16 This option will suppress script blocks within html-content to be attached in mail message.
MakeAbsoluteURLs32 This option will replace all relative urls with absolute urls.
SuppressImagesInInlineStyles64 This option will suppress images declared inline styles to be attached in mail message.
SuppressTextAsAlternateView128 This option will exclude the alternate text view
TransformCssToInline256 This option will transform all external css style sheets to inline style.
See Also

Reference