AutoForwarding
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
JSON 표현 |
{
"enabled": boolean,
"emailAddress": string,
"disposition": enum (Disposition )
} |
필드 |
enabled |
boolean
수신하는 모든 메일이 다른 주소로 자동 전달되는지 여부입니다.
|
emailAddress |
string
모든 수신 메일이 전달되는 이메일 주소입니다. 이 이메일 주소는 전달 주소의 인증된 회원이어야 합니다.
|
disposition |
enum (Disposition )
메일이 전달된 후 남아 있어야 하는 상태입니다.
|
Disposition
메일이 자동으로 전달된 후 Gmail에서 메일을 어떻게 처리해야 하는지 지정합니다.
열거형 |
dispositionUnspecified |
지정되지 않은 처리입니다. |
leaveInInbox |
INBOX 에 메시지를 남깁니다. |
archive |
메일을 보관처리합니다. |
trash |
메일을 TRASH 로 이동합니다. |
markRead |
메시지를 INBOX 에 그대로 두고 읽음으로 표시합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],[],null,["# AutoForwarding\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [Disposition](#Disposition)\n\nAuto-forwarding settings for an account.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"enabled\": boolean, \"emailAddress\": string, \"disposition\": enum (/workspace/gmail/api/reference/rest/v1/AutoForwarding#Disposition) } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `enabled` | `boolean` Whether all incoming mail is automatically forwarded to another address. |\n| `emailAddress` | `string` Email address to which all incoming messages are forwarded. This email address must be a verified member of the forwarding addresses. |\n| `disposition` | `enum (`[Disposition](/workspace/gmail/api/reference/rest/v1/AutoForwarding#Disposition)`)` The state that a message should be left in after it has been forwarded. |\n\nDisposition\n-----------\n\nSpecifies what Gmail should do with a message after it has been automatically forwarded.\n\n| Enums ||\n|--------------------------|-------------------------------------------------------|\n| `dispositionUnspecified` | Unspecified disposition. |\n| `leaveInInbox` | Leave the message in the `INBOX`. |\n| `archive` | Archive the message. |\n| `trash` | Move the message to the `TRASH`. |\n| `markRead` | Leave the message in the `INBOX` and mark it as read. |"]]