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 SourceBody
Gets or sets the text of the sms queue object
Declaration
public string Body { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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> |
Id
Gets or sets the Id of the sms queue object
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Number
Gets or sets the phone number of the sms queue object
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProviderResponse
Gets or sets the provider response of the sms queue object
Declaration
public string ProviderResponse { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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> |
Status
Gets or sets the status of the sms queue object
Declaration
public SmsStatus Status { get; set; }
Property Value
Type | Description |
---|---|
SmsStatus |