ChatMessageValidationResult.MaxPartCount 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 text fragments allowed for a message. This value has meaning when the SMS text portion of a message is validated.
public:
property IReference<unsigned int> ^ MaxPartCount { IReference<unsigned int> ^ get(); };
IReference<uint32_t> MaxPartCount();
public System.Nullable<uint> MaxPartCount { get; }
var iReference = chatMessageValidationResult.maxPartCount;
Public ReadOnly Property MaxPartCount As Nullable(Of UInteger)
Property Value
The maximum number of parts.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|
Remarks
The SMS text portion of a message is divided into multiple parts if necessary. The MaxPartCount value is the total count of parts allowed for any message.