ChatMessageValidationResult.RemainingCharacterCountInPart Property

Definition

Gets the number of characters not used in the final message fragments. This value has meaning when the SMS text portion of a message is validated.

public:
 property IReference<unsigned int> ^ RemainingCharacterCountInPart { IReference<unsigned int> ^ get(); };
IReference<uint32_t> RemainingCharacterCountInPart();
public System.Nullable<uint> RemainingCharacterCountInPart { get; }
var iReference = chatMessageValidationResult.remainingCharacterCountInPart;
Public ReadOnly Property RemainingCharacterCountInPart As Nullable(Of UInteger)

Property Value

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

The remaining characters in the part.

Windows requirements

App capabilities
chat chatSystem smsSend

Remarks

The SMS text portion of a message is divided in to multiple parts if necessary. The RemainingCharacterCountInPart value is the number of character positions that remain unused in the final message fragment.

Applies to