Search Results for

    Show / Hide Table of Contents

    Class MailTemplateManager

    Template manager

    Inheritance
    System.Object
    MailTemplateManager
    Namespace: Simplic.Framework.Mailing
    Assembly: Simplic.Framework.dll
    Syntax
    public class MailTemplateManager : object

    Methods

    | Improve this Doc View Source

    GetAll()

    Get all templates

    Declaration
    public IList<MailTemplate> GetAll()
    Returns
    Type Description
    IList<MailTemplate>
    | Improve this Doc View Source

    GetByName(String)

    Get template by name

    Declaration
    public MailTemplate GetByName(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    MailTemplate
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx