REST Resource: users.settings.forwardingAddresses
資源:ForwardAddress
欄位 |
forwardingEmail |
string
可轉寄郵件的電子郵件地址。
|
verificationStatus |
enum (VerificationStatus )
指出此地址是否已通過驗證且可用於轉寄。唯讀。
|
VerificationStatus
列舉 |
verificationStatusUnspecified |
未指定的驗證狀態。 |
accepted |
現在可以使用該地址進行轉寄。 |
pending |
地址正在等待擁有者驗證。 |
方法 |
|
建立轉寄地址。 |
|
刪除指定的轉寄地址,並撤銷所有必要的驗證作業。 |
|
取得指定的轉寄地址。 |
|
列出指定帳戶的轉寄地址。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-05 (世界標準時間)。
[null,null,["上次更新時間:2024-09-05 (世界標準時間)。"],[[["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"]]