ChatMessageTransportConfiguration
ChatMessageTransportConfiguration
ChatMessageTransportConfiguration
ChatMessageTransportConfiguration
Class
Definition
Represents data about the chat message transport.
public : sealed class ChatMessageTransportConfiguration : IChatMessageTransportConfigurationpublic sealed class ChatMessageTransportConfiguration : IChatMessageTransportConfigurationPublic NotInheritable Class ChatMessageTransportConfiguration Implements IChatMessageTransportConfiguration// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| 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)
|
Properties
ExtendedProperties ExtendedProperties ExtendedProperties ExtendedProperties
Gets the extended properties of the transport.
public : IMapView<string, object> ExtendedProperties { get; }public IReadOnlyDictionary<string, object> ExtendedProperties { get; }Public ReadOnly Property ExtendedProperties As IReadOnlyDictionary<string, object>// You can use this property in JavaScript.
- Value
- IMapView<PlatForm::String, PlatForm::Object> IReadOnlyDictionary<string, object> IReadOnlyDictionary<string, object> IReadOnlyDictionary<string, object>
The extended properties of the transport.
MaxAttachmentCount MaxAttachmentCount MaxAttachmentCount MaxAttachmentCount
Gets the maximum attachment limit for a message on 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 attachment limit for a message.
MaxMessageSizeInKilobytes MaxMessageSizeInKilobytes MaxMessageSizeInKilobytes MaxMessageSizeInKilobytes
Gets the maximum size of an attachment for 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 an attachment.
MaxRecipientCount MaxRecipientCount MaxRecipientCount MaxRecipientCount
Gets the maximum number of recipients for the transport.
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.
SupportedVideoFormat SupportedVideoFormat SupportedVideoFormat SupportedVideoFormat
Gets the supported video encoding format for the transport.
public : MediaEncodingProfile SupportedVideoFormat { get; }public MediaEncodingProfile SupportedVideoFormat { get; }Public ReadOnly Property SupportedVideoFormat As MediaEncodingProfile// You can use this property in JavaScript.
The supported video encoding format for the transport.