RcsTransportConfiguration.MaxMessageSizeInKilobytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the maximum size of a chat message supported by the transport.
public:
property int MaxMessageSizeInKilobytes { int get(); };
int MaxMessageSizeInKilobytes();
public int MaxMessageSizeInKilobytes { get; }
var int32 = rcsTransportConfiguration.maxMessageSizeInKilobytes;
Public ReadOnly Property MaxMessageSizeInKilobytes As Integer
Property Value
Int32
int
The maximum size of a chat message supported by the transport.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|