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 ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-05 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]