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.
|
StringDictionary |
getFormatTemplates()
Gets the format templates.
|
StringDictionary getFormatTemplates()
Gets the format templates.
Value: The format templates.void format(MailMessage message)
Formats the specified message.
message - The message.Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.