[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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"]]