この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

Newer Version Available

This content describes an older version of this product. View Latest

InboundEmail.AuthenticationResultField クラス

受信メールの認証結果応答の項目データが含まれます。

名前空間

Messaging

InboundEmail.AuthenticationResultField のコンストラクター

InboundEmail.AuthenticationResultField のコンストラクターは次のとおりです。

InboundEmail.AuthenticationResultField()

Messaging.InboundEmail.AuthenticationResultField クラスの新しいインスタンスを作成します。

署名

public InboundEmail.AuthenticationResultField()

InboundEmail.AuthenticationResultField のプロパティ

InboundEmail.AuthenticationResultField のプロパティは次のとおりです。

name

認証結果項目名。例: smtp.mailfrom

署名

public String name {get; set;}

プロパティ値

型: String

value

認証結果項目値。例: example.com

署名

public String value {get; set;}

プロパティ値

型: String