AutoForwarding
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הגדרות העברה אוטומטית של חשבון.
ייצוג ב-JSON |
{
"enabled": boolean,
"emailAddress": string,
"disposition": enum (Disposition )
} |
שדות |
enabled |
boolean
אם כל הדואר הנכנס מועבר באופן אוטומטי לכתובת אחרת.
|
emailAddress |
string
כתובת האימייל שאליה מועברות כל ההודעות הנכנסות. כתובת האימייל הזו חייבת להיות כתובת מאומתת ברשימת הכתובות להעברה.
|
disposition |
enum (Disposition )
המצב שבו ההודעה אמורה להישאר אחרי שהיא הועברה.
|
Disposition
קובעת מה Gmail צריך לעשות עם הודעה אחרי שהיא הועברה באופן אוטומטי.
טיפוסים בני מנייה (enum) |
dispositionUnspecified |
סטטוס לא מוגדר. |
leaveInInbox |
משאירים את ההודעה ב-INBOX . |
archive |
מעבירים את ההודעה לארכיון. |
trash |
מעבירים את ההודעה אל TRASH . |
markRead |
משאירים את ההודעה ב-INBOX ומסמנים אותה כהודעה שנקראה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],[],null,["# AutoForwarding\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Disposition](#Disposition)\n\nAuto-forwarding settings for an account.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"enabled\": boolean, \"emailAddress\": string, \"disposition\": enum (/workspace/gmail/api/reference/rest/v1/AutoForwarding#Disposition) } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `enabled` | `boolean` Whether all incoming mail is automatically forwarded to another address. |\n| `emailAddress` | `string` Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses. |\n| `disposition` | `enum (`[Disposition](/workspace/gmail/api/reference/rest/v1/AutoForwarding#Disposition)`)` The state that a message should be left in after it has been forwarded. |\n\nDisposition\n-----------\n\nSpecifies what Gmail should do with a message after it has been automatically forwarded.\n\n| Enums ||\n|--------------------------|-------------------------------------------------------|\n| `dispositionUnspecified` | Unspecified disposition. |\n| `leaveInInbox` | Leave the message in the `INBOX`. |\n| `archive` | Archive the message. |\n| `trash` | Move the message to the `TRASH`. |\n| `markRead` | Leave the message in the `INBOX` and mark it as read. |"]]