com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Interface IMessageFormatter



  • public interface IMessageFormatter

    Provides a mechanism for retrieving an object to Message formatting.

    • Method Summary

      Methods 
      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.
    • Method Detail

      • getFormatTemplates

        com.aspose.ms.System.Collections.Specialized.StringDictionary getFormatTemplates()

        Gets the format templates.

        Value: The format templates.
      • format

        void format(MailMessage message)

        Formats the specified message.

        Parameters:
        message - The message.