Share via


ChatMessageValidationResult.MaxPartCount Property

Definition

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

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

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.

Applies to