IMessageFormatter Interface

Provides a mechanism for retrieving an object to Message formatting.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public interface IMessageFormatter

The IMessageFormatter type exposes the following members.

Properties
  NameDescription
Public propertyFormatTemplates
Gets the format templates.
Methods
  NameDescription
Public methodFormat
Formats the specified message.
See Also