Search Results for

    Show / Hide Table of Contents

    Interface IEmailService

    Namespace: OEMS.Core.Infrastructure.EmailService
    Assembly: OEMS.Core.dll
    Syntax
    public interface IEmailService

    Methods

    SendBulkAsync(IEnumerable<string>, string, string, bool)

    Declaration
    Task SendBulkAsync(IEnumerable<string> to, string subject, string body, bool isHtml = true)
    Parameters
    Type Name Description
    IEnumerable<string> to
    string subject
    string body
    bool isHtml
    Returns
    Type Description
    Task

    SendEmailAsync(string, string, string, bool)

    Declaration
    Task SendEmailAsync(string to, string subject, string body, bool isHtml = true)
    Parameters
    Type Name Description
    string to
    string subject
    string body
    bool isHtml
    Returns
    Type Description
    Task
    In this article
    Back to top Generated by DocFX