RingCentral .Net SDK
Properties | List of all members
RingCentral.CreateMMSMessage 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 More...
 
SmsRequestCountryInfo country [get, set]
 
Attachment[] attachments [get, set]
 Media file(s) to upload Required More...
 

Property Documentation

◆ attachments

Attachment [] RingCentral.CreateMMSMessage.attachments
getset

Media file(s) to upload Required

◆ country

SmsRequestCountryInfo RingCentral.CreateMMSMessage.country
getset

◆ from

MessageStoreCallerInfoRequest RingCentral.CreateMMSMessage.from
getset

Required

◆ text

string RingCentral.CreateMMSMessage.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

◆ to

MessageStoreCallerInfoRequest [] RingCentral.CreateMMSMessage.to
getset

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


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