No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Add
コンテンツチェック
Remove
Retrieve
Update
Validate
初期化されたメールに対して検証チェックを実行し、検証の結果と特定された問題を示す JSON オブジェクトを返します。
Validate()
このサンプルコードは、初期化されたメールオブジェクトに対して Validate() を呼び出して、返された JSON オブジェクトから結果を書き出します。
var myEmail = Email.Init("myEmail");
var results = myEmail.Validate();
Write(results.Task.ValidationStatus);
Write(results.Task.ValidationMessages);