Add
コンテンツチェック
Remove
Retrieve
Update
Validate
指定した条件に基づいてメールの配列を取得します。
Retrieve(1)
| 序数 | 型 | 説明 | |
|---|---|---|---|
| 1 | string | 必須 | メールを検索するために使用する条件 |
このサンプルコードは、指定された条件に基づいてメールの配列を取得します。
1var results = Email.Retrieve({Property:"CustomerKey",SimpleOperator:"equals",Value:"myEmail"});