RcsTransportConfiguration
RcsTransportConfiguration
RcsTransportConfiguration
RcsTransportConfiguration
Class
Definition
Provides data about the configuration of a Rich Communication Services (RCS) transport.
public : sealed class RcsTransportConfiguration : IRcsTransportConfigurationpublic sealed class RcsTransportConfiguration : IRcsTransportConfigurationPublic NotInheritable Class RcsTransportConfiguration Implements IRcsTransportConfiguration// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
The Configuration property of the RcsTransport class references an instance of this class.
Properties
MaxAttachmentCount MaxAttachmentCount MaxAttachmentCount MaxAttachmentCount
Gets the maximum number of attachments supported by the transport.
public : int MaxAttachmentCount { get; }public int MaxAttachmentCount { get; }Public ReadOnly Property MaxAttachmentCount As int// You can use this property in JavaScript.
- Value
- int int int int
The maximum number of attachments supported by the transport.
MaxFileSizeInKilobytes MaxFileSizeInKilobytes MaxFileSizeInKilobytes MaxFileSizeInKilobytes
Gets the maximum size of a file that can be sent using the transport.
public : int MaxFileSizeInKilobytes { get; }public int MaxFileSizeInKilobytes { get; }Public ReadOnly Property MaxFileSizeInKilobytes As int// You can use this property in JavaScript.
- Value
- int int int int
The maximum size of a file that can be sent using the transport.
MaxGroupMessageSizeInKilobytes MaxGroupMessageSizeInKilobytes MaxGroupMessageSizeInKilobytes MaxGroupMessageSizeInKilobytes
Gets the maximum size of a group chat message supported by the transport.
public : int MaxGroupMessageSizeInKilobytes { get; }public int MaxGroupMessageSizeInKilobytes { get; }Public ReadOnly Property MaxGroupMessageSizeInKilobytes As int// You can use this property in JavaScript.
- Value
- int int int int
The maximum size of a group chat message supported by the transport.
MaxMessageSizeInKilobytes MaxMessageSizeInKilobytes MaxMessageSizeInKilobytes MaxMessageSizeInKilobytes
Gets the maximum size of a chat message supported by the transport.
public : int MaxMessageSizeInKilobytes { get; }public int MaxMessageSizeInKilobytes { get; }Public ReadOnly Property MaxMessageSizeInKilobytes As int// You can use this property in JavaScript.
- Value
- int int int int
The maximum size of a chat message supported by the transport.
MaxRecipientCount MaxRecipientCount MaxRecipientCount MaxRecipientCount
Gets the maximum number of recipients supported for a group chat.
public : int MaxRecipientCount { get; }public int MaxRecipientCount { get; }Public ReadOnly Property MaxRecipientCount As int// You can use this property in JavaScript.
- Value
- int int int int
The maximum number of recipients supported for a group chat.
WarningFileSizeInKilobytes WarningFileSizeInKilobytes WarningFileSizeInKilobytes WarningFileSizeInKilobytes
Gets the size at which the user should be warned that they are attaching a large file for the transport.
public : int WarningFileSizeInKilobytes { get; }public int WarningFileSizeInKilobytes { get; }Public ReadOnly Property WarningFileSizeInKilobytes As int// You can use this property in JavaScript.
- Value
- int int int int
The size at which the user should be warned that they are attaching a large file for the transport.