AutoForwarding
Setelan penerusan otomatis untuk akun.
Representasi JSON |
{
"enabled": boolean,
"emailAddress": string,
"disposition": enum (Disposition )
} |
Kolom |
enabled |
boolean
Apakah semua email masuk otomatis diteruskan ke alamat lain.
|
emailAddress |
string
Alamat email tempat semua pesan masuk akan diteruskan. Alamat email ini harus merupakan anggota terverifikasi dari alamat penerusan.
|
disposition |
enum (Disposition )
Status bahwa pesan harus ditinggalkan setelah diteruskan.
|
Disposition
Menentukan tindakan yang harus dilakukan Gmail terhadap pesan setelah pesan diteruskan secara otomatis.
Enum |
dispositionUnspecified |
Disposisi tidak ditentukan. |
leaveInInbox |
Tinggalkan pesan di INBOX . |
archive |
Mengarsipkan pesan. |
trash |
Pindahkan pesan ke TRASH . |
markRead |
Tinggalkan pesan di INBOX dan tandai sebagai telah dibaca. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-09-05 UTC.
[null,null,["Terakhir diperbarui pada 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"]]