AutoForwarding
Ustawienia automatycznego przekazywania dalej na koncie.
Zapis JSON |
{
"enabled": boolean,
"emailAddress": string,
"disposition": enum (Disposition )
} |
Pola |
enabled |
boolean
Określa, czy cała przychodząca poczta jest automatycznie przekazywana na inny adres.
|
emailAddress |
string
Adres e-mail, na który są przekazywane wszystkie wiadomości przychodzące. Ten adres e-mail musi być zweryfikowanym członkiem adresów do przekazywania dalej.
|
disposition |
enum (Disposition )
Stan, w którym wiadomość powinna pozostać po przekazaniu.
|
Disposition
Określa, co Gmail ma zrobić z wiadomością po jej automatycznym przekazaniu dalej.
Wartości w polu enum |
dispositionUnspecified |
Nieokreślona dyspozycja. |
leaveInInbox |
Zostaw wiadomość w INBOX . |
archive |
Zarchiwizuj wiadomość. |
trash |
Przenieś wiadomość do folderu TRASH . |
markRead |
Zostaw wiadomość w INBOX i oznacz ją jako przeczytaną. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-05 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-05 UTC."],[[["Auto-forwarding settings allow you to automatically forward all incoming mail to a specified, verified email address."],["You can choose whether to leave the original email in your inbox, archive it, move it to trash, or mark it as read after forwarding."],["The settings are controlled by three fields: `enabled` (to turn on/off), `emailAddress` (the forwarding destination), and `disposition` (how the original email is handled)."]]],["The provided content outlines the auto-forwarding settings for an email account. Key actions include enabling/disabling forwarding via a boolean, specifying the `emailAddress` to forward messages to, and determining the message's `disposition` after forwarding. The `disposition` can be one of `dispositionUnspecified`, `leaveInInbox`, `archive`, `trash`, or `markRead`, defining how the forwarded message is handled in the original mailbox. The forwarding address needs verification. The format for these settings is represented in JSON.\n"]]