Show / Hide Table of Contents

Class SendSmsHelper

Places outgoing sms into the Outbox, where ejCron will pick it up and send it out within a few minutes.

Inheritance
object
SendSmsHelper
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Mail
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class SendSmsHelper

Constructors

SendSmsHelper()

Places outgoing sms into the Outbox, where ejCron will pick it up and send it out within a few minutes.

Declaration
public SendSmsHelper()

Methods

PlaceInOutboxAsync(string, string, string, CancellationToken)

Creates an outbox row representing a simple sms with one recipient

Declaration
public static Task PlaceInOutboxAsync(string fromEmailAddress, string toPhoneNumber, string textMessage, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string fromEmailAddress

Sender E-mail address

string toPhoneNumber

Recipient Phone number

string textMessage

Text message

CancellationToken cancellationToken
Returns
Type Description
Task

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top