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 에 메시지를 두고 읽음으로 표시합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]