public interface IMessageFormatter
Provides a mechanism for retrieving an object to Message formatting.
Modifier and Type | Method and Description |
---|---|
void |
format(MailMessage message)
Formats the specified message.
|
com.aspose.ms.System.Collections.Specialized.StringDictionary |
getFormatTemplates()
Gets the format templates.
|
com.aspose.ms.System.Collections.Specialized.StringDictionary getFormatTemplates()
Gets the format templates.
Value: The format templates.void format(MailMessage message)
Formats the specified message.
message
- The message.