Aspose::Email::IMessageFormatter Class Referenceabstract

Provides a mechanism for retrieving an object to Message formatting. More...

Inherits Object.

Public Member Functions

virtual System::SharedPtr< System::Collections::Specialized::StringDictionary > get_FormatTemplates ()=0
 Gets the format templates. More...
 
virtual void Format (System::SharedPtr< MailMessage > message)=0
 Formats the specified message. More...
 

Detailed Description

Provides a mechanism for retrieving an object to Message formatting.

Member Function Documentation

◆ Format()

virtual void Aspose::Email::IMessageFormatter::Format ( System::SharedPtr< MailMessage message)
pure virtual

Formats the specified message.

Parameters
messageThe message.

◆ get_FormatTemplates()

virtual System::SharedPtr<System::Collections::Specialized::StringDictionary> Aspose::Email::IMessageFormatter::get_FormatTemplates ( )
pure virtual

Gets the format templates.

The format templates.