ChatMessageValidationResult.PartCount 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 total number of text fragments needed for this message. This value has meaning when the SMS text portion of a message is validated.
public:
property IReference<unsigned int> ^ PartCount { IReference<unsigned int> ^ get(); };
IReference<uint32_t> PartCount();
public System.Nullable<uint> PartCount { get; }
var iReference = chatMessageValidationResult.partCount;
Public ReadOnly Property PartCount As Nullable(Of UInteger)
Property Value
The 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 PartCount value is the total count of parts required to contain this message.