IMessageFormatter

public interface IMessageFormatter

Provides a mechanism for retrieving an object to Message formatting.

Methods

MethodDescription
format(MailMessage message)Formats the specified message.
getFormatTemplates()Gets the format templates.

format(MailMessage message)

public abstract void format(MailMessage message)

Formats the specified message.

Parameters:

ParameterTypeDescription
messageMailMessageThe message.

getFormatTemplates()

public abstract System.Collections.Specialized.StringDictionary getFormatTemplates()

Gets the format templates.

Value: The format templates.

Returns: com.aspose.ms.System.Collections.Specialized.StringDictionary