C# Class Alpinely.TownCrier.MergedEmailFactory

Factory class for creating "mail-merged" MailMessage objects
Show file Open project: endeavour/town-crier Class Usage Examples

Protected Properties

Property Type Description
Message MailMessageWrapper

Public Methods

Method Description
MergedEmailFactory ( ITemplateParser templateParser ) : System.Collections.Generic
WithTokenValues ( string>.IDictionary tokenValues ) : MailMessageWrapper

Method Details

MergedEmailFactory() public method

public MergedEmailFactory ( ITemplateParser templateParser ) : System.Collections.Generic
templateParser ITemplateParser
return System.Collections.Generic

WithTokenValues() public method

public WithTokenValues ( string>.IDictionary tokenValues ) : MailMessageWrapper
tokenValues string>.IDictionary
return MailMessageWrapper

Property Details

Message protected property

protected MailMessageWrapper,Alpinely.TownCrier Message
return MailMessageWrapper