RingCentral .Net SDK
Properties | List of all members
RingCentral.MessageDetailsResponse Class Reference

Complete details of the message More...

Properties

string id [get, set]
 Internal identifier of a message Example: 1234 More...
 
string from [get, set]
 Phone number in E.164 format from which the message was sent Example: +15551234567 More...
 
string[] to [get, set]
 List of phone numbers in E.164 format to which the message was sent Example: +15551234567 More...
 
string text [get, set]
 Text of a message, maximum number of characters is 1000 Example: Hello, World! More...
 
string creationTime [get, set]
 The time when this is message was created. Format: date-time More...
 
string lastModifiedTime [get, set]
 The time when this message was last updated. Format: date-time More...
 
string messageStatus [get, set]
 Current status of a message Example: Queued Enum: Queued, Delivered, Sent, SendingFailed, DeliveryFailed More...
 
long? segmentCount [get, set]
 Number of segments of a message Format: int32 Example: 1 More...
 
decimal? cost [get, set]
 Cost of a message Format: double Example: 0.007 More...
 
string batchId [get, set]
 The batch in which the message was submitted Example: batch12345 More...
 
string direction [get, set]
 Direction of the SMS message Enum: Inbound, Outbound More...
 
string errorCode [get, set]
 The RC error code of the message sending failure reason Example: SMS-RC-503 More...
 

Detailed Description

Complete details of the message

Property Documentation

◆ batchId

string RingCentral.MessageDetailsResponse.batchId
getset

The batch in which the message was submitted Example: batch12345

◆ cost

decimal? RingCentral.MessageDetailsResponse.cost
getset

Cost of a message Format: double Example: 0.007

◆ creationTime

string RingCentral.MessageDetailsResponse.creationTime
getset

The time when this is message was created. Format: date-time

◆ direction

string RingCentral.MessageDetailsResponse.direction
getset

Direction of the SMS message Enum: Inbound, Outbound

◆ errorCode

string RingCentral.MessageDetailsResponse.errorCode
getset

The RC error code of the message sending failure reason Example: SMS-RC-503

◆ from

string RingCentral.MessageDetailsResponse.from
getset

Phone number in E.164 format from which the message was sent Example: +15551234567

◆ id

string RingCentral.MessageDetailsResponse.id
getset

Internal identifier of a message Example: 1234

◆ lastModifiedTime

string RingCentral.MessageDetailsResponse.lastModifiedTime
getset

The time when this message was last updated. Format: date-time

◆ messageStatus

string RingCentral.MessageDetailsResponse.messageStatus
getset

Current status of a message Example: Queued Enum: Queued, Delivered, Sent, SendingFailed, DeliveryFailed

◆ segmentCount

long? RingCentral.MessageDetailsResponse.segmentCount
getset

Number of segments of a message Format: int32 Example: 1

◆ text

string RingCentral.MessageDetailsResponse.text
getset

Text of a message, maximum number of characters is 1000 Example: Hello, World!

◆ to

string [] RingCentral.MessageDetailsResponse.to
getset

List of phone numbers in E.164 format to which the message was sent Example: +15551234567


The documentation for this class was generated from the following file: