Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ISmsSender

    Service to send an SMS

    Namespace: Umbraco.Cms.Core.Mail
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ISmsSender

    Methods

    View Source

    SendSmsAsync(String, String)

    Declaration
    Task SendSmsAsync(string number, string message)
    Parameters
    Type Name Description
    System.String number
    System.String message
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • SendSmsAsync(String, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX