ChatMessageValidationResult.Status 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 message validation status code.
public:
property ChatMessageValidationStatus Status { ChatMessageValidationStatus get(); };
ChatMessageValidationStatus Status();
public ChatMessageValidationStatus Status { get; }
var chatMessageValidationStatus = chatMessageValidationResult.status;
Public ReadOnly Property Status As ChatMessageValidationStatus
Property Value
The status of the validation.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|
Remarks
When Status is not ChatMessageValidationStatus.Valid, the status result indicates the first error condition found. A message may have additional errors, and a second validation will return the next error found if the previous error is resolved.