[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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"]]