ChatRecipientDeliveryInfo.IsErrorPermanent 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 a Boolean value indicating whether the error for the message that was sent to the recipient is permanent.
public:
property bool IsErrorPermanent { bool get(); };
bool IsErrorPermanent();
public bool IsErrorPermanent { get; }
var boolean = chatRecipientDeliveryInfo.isErrorPermanent;
Public ReadOnly Property IsErrorPermanent As Boolean
Property Value
Boolean
bool
A Boolean value indicating whether the error for the message that was sent to the recipient is permanent.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|