Interface IMessageFormatter

IMessageFormatter interface

Provides a mechanism for retrieving an object to Message formatting.

public interface IMessageFormatter

Properties

NameDescription
FormatTemplates { get; }Gets the format templates.

Methods

NameDescription
Format(MailMessage)Formats the specified message.

See Also