HTMLWordWrap Class

Alterian Email Manager 6.2.3 SDK Help File
HTMLWordWrap exposes a WrapText method that is made to wrap lines at or before a specified length, keeping HTML tags intact.
Inheritance Hierarchy
SystemObject
  DMLibraryHTMLWordWrap

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class HTMLWordWrap

The HTMLWordWrap type exposes the following members.

Constructors
NameDescription
Public methodHTMLWordWrap
Initializes a new instance of the HTMLWordWrap class
Top
Methods
NameDescription
Public methodStatic memberWrapText
WrapText will wrap lines after the last space, tab, or HTML tag found in each line.
Top
See Also