次の方法で共有


ChatRecipientDeliveryInfo.IsErrorPermanent プロパティ

定義

受信者に送信されたメッセージのエラーが永続的かどうかを示すブール値を取得します。

public:
 property bool IsErrorPermanent { bool get(); };
bool IsErrorPermanent();
public bool IsErrorPermanent { get; }
var boolean = chatRecipientDeliveryInfo.isErrorPermanent;
Public ReadOnly Property IsErrorPermanent As Boolean

プロパティ値

Boolean

bool

受信者に送信されたメッセージのエラーが永続的かどうかを示すブール値。

Windows の要件

アプリの機能
chat chatSystem smsSend

適用対象