C# (CSharp) MvcContrib.Services Namespace

Classes

Name Description
EmailMetadata Base class for email models. Derived classes will provide specific values to substitute placeholders in concrete emails. If nothing to substitute, this class can be used directly.
EmailTemplateService
EmailTemplateService.EmailDetails The only information that comes from the email template is subject and body. Everything else ("to", "from", etc) is known when we call the service. But subject/body are localizable and can contain placeholders - so they need to get fetched from the email template view.
EmailTemplateService.ViewStreamReader