AutoForwarding
การตั้งค่าการส่งต่ออัตโนมัติสำหรับบัญชี
การแสดง JSON |
{
"enabled": boolean,
"emailAddress": string,
"disposition": enum (Disposition )
} |
ช่อง |
enabled |
boolean
จะมีการส่งต่อจดหมายขาเข้าทั้งหมดไปยังที่อยู่อื่นโดยอัตโนมัติหรือไม่
|
emailAddress |
string
ที่อยู่อีเมลที่จะส่งต่อข้อความที่เข้ามาทั้งหมด อีเมลนี้ต้องเป็นสมาชิกที่ได้รับการยืนยันของอีเมลสำหรับส่งต่อ
|
disposition |
enum (Disposition )
สถานะที่ควรเก็บข้อความไว้หลังจากที่ส่งต่อข้อความ
|
การควบคุม
ระบุสิ่งที่ Gmail ควรทำกับข้อความหลังจากที่ส่งต่อข้อความโดยอัตโนมัติแล้ว
Enum |
dispositionUnspecified |
การกำจัดที่ไม่ระบุ |
leaveInInbox |
ฝากข้อความไว้ใน INBOX |
archive |
เก็บข้อความ |
trash |
ย้ายข้อความไปยัง TRASH |
markRead |
ฝากข้อความไว้ใน INBOX และทำเครื่องหมายว่าอ่านแล้ว |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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"]]