次の方法で共有


EmailMessage.LastResponseKind プロパティ

定義

この電子メール メッセージを参照して送信された最後の種類の応答を取得します。

public:
 property EmailMessageResponseKind LastResponseKind { EmailMessageResponseKind get(); void set(EmailMessageResponseKind value); };
EmailMessageResponseKind LastResponseKind();

void LastResponseKind(EmailMessageResponseKind value);
public EmailMessageResponseKind LastResponseKind { get; set; }
var emailMessageResponseKind = emailMessage.lastResponseKind;
emailMessage.lastResponseKind = emailMessageResponseKind;
Public Property LastResponseKind As EmailMessageResponseKind

プロパティ値

この電子メール メッセージを参照して送信された最後の種類の応答。

Windows の要件

アプリの機能
email emailSystem

適用対象