REST Resource: users.settings.forwardingAddresses
リソース: ForwardingAddress
フィールド |
forwardingEmail |
string
メッセージの転送先となるメールアドレス。
|
verificationStatus |
enum (VerificationStatus )
このアドレスが確認済みで、転送に使用できるかどうかを示します。読み取り専用です。
|
VerificationStatus
転送で使用するためにメールアドレスの所有権が検証されているかどうかを示します。
列挙型 |
verificationStatusUnspecified |
確認ステータスが指定されていません。 |
accepted |
このアドレスは転送に使用できる状態です。 |
pending |
住所は所有者による確認待ちです。 |
メソッド |
|
転送先アドレスを作成します。 |
|
指定された転送先アドレスを削除し、要求された可能性のある確認を取り消します。 |
|
指定された転送先アドレスを取得します。 |
|
指定したアカウントの転送先アドレスを一覧表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-05 UTC。
[null,null,["最終更新日 2024-09-05 UTC。"],[[["ForwardingAddress settings allow you to specify an email address for message forwarding and track its verification status."],["The `forwardingEmail` field stores the destination address for forwarded messages, while `verificationStatus` indicates if the address is verified and ready for use."],["VerificationStatus has three states: `verificationStatusUnspecified`, `accepted`, and `pending`, reflecting the verification progress of the forwarding address."],["Gmail API provides methods to manage forwarding addresses: `create`, `delete`, `get`, and `list`, enabling programmatic control over forwarding settings."]]],["Forwarding addresses are defined by a `forwardingEmail` (string) and a `verificationStatus` (enum). The status can be `unspecified`, `accepted`, or `pending`. Four methods manage these addresses: `create` adds a new address, `delete` removes an address and revokes verification, `get` retrieves a specific address, and `list` displays all addresses for an account. The `verificationStatus` is read-only.\n"]]