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

Properties

MessageStoreCallerInfoRequest from [get, set]
 Required More...
 
MessageStoreCallerInfoRequest[] to [get, set]
 Message receiver(s) information. The phoneNumber value is required Required More...
 
string text [get, set]
 Text of a message. Max length is 1000 symbols (2-byte UTF-16 encoded). If a character is encoded in 4 bytes in UTF-16 it is treated as 2 characters, thus restricting the maximum message length to 500 symbols Required More...
 
SmsRequestCountryInfo country [get, set]
 

Property Documentation

◆ country

SmsRequestCountryInfo RingCentral.CreateSMSMessage.country
getset

◆ from

MessageStoreCallerInfoRequest RingCentral.CreateSMSMessage.from
getset

Required

◆ text

string RingCentral.CreateSMSMessage.text
getset

Text of a message. Max length is 1000 symbols (2-byte UTF-16 encoded). If a character is encoded in 4 bytes in UTF-16 it is treated as 2 characters, thus restricting the maximum message length to 500 symbols Required

◆ to

MessageStoreCallerInfoRequest [] RingCentral.CreateSMSMessage.to
getset

Message receiver(s) information. The phoneNumber value is required Required


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