Search Results for

    Show / Hide Table of Contents

    Class SmsQueue

    Sms Queue object

    Inheritance
    System.Object
    SmsQueue
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Sms
    Assembly: Simplic.Sms.dll
    Syntax
    public class SmsQueue

    Properties

    | Improve this Doc View Source

    Body

    Gets or sets the text of the sms queue object

    Declaration
    public string Body { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CreateTime

    Gets or sets the created time of the sms queue object

    Declaration
    public DateTime? CreateTime { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    Id

    Gets or sets the Id of the sms queue object

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Number

    Gets or sets the phone number of the sms queue object

    Declaration
    public string Number { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ProviderResponse

    Gets or sets the provider response of the sms queue object

    Declaration
    public string ProviderResponse { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SentTime

    Gets or sets the sent time of the sms queue object

    Declaration
    public DateTime? SentTime { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    Status

    Gets or sets the status of the sms queue object

    Declaration
    public SmsStatus Status { get; set; }
    Property Value
    Type Description
    SmsStatus
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx