ChatMessageTransportConfiguration.MaxRecipientCount 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 number of recipients for the transport.
public:
property int MaxRecipientCount { int get(); };
int MaxRecipientCount();
public int MaxRecipientCount { get; }
var int32 = chatMessageTransportConfiguration.maxRecipientCount;
Public ReadOnly Property MaxRecipientCount As Integer
Property Value
Int32
int
The maximum number of recipients.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|