AutoForwarding
JSON 表現 |
{
"enabled": boolean,
"emailAddress": string,
"disposition": enum (Disposition )
} |
フィールド |
enabled |
boolean
すべての受信メールを別のアドレスに自動転送するかどうか。
|
emailAddress |
string
すべての受信メールの転送先のメールアドレス。このメールアドレスは、転送先アドレスとして確認済みのメンバーである必要があります。
|
disposition |
enum (Disposition )
メッセージが転送された後に残す必要がある状態。
|
処理
自動転送された後の Gmail でのメールの処理方法を指定します。
列挙型 |
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"]]