REST Resource: users.settings.forwardingAddresses
משאב: ForwardAddress
שדות |
forwardingEmail |
string
כתובת אימייל שאליה ניתן להעביר הודעות.
|
verificationStatus |
enum (VerificationStatus )
מציין אם הכתובת הזו אומתה ושניתן להשתמש בה להעברה. קריאה בלבד.
|
VerificationStatus
מציין אם הבעלות על כתובת אימייל אומתה לצורך שימוש בהעברה.
טיפוסים בני מנייה (enum) |
verificationStatusUnspecified |
סטטוס האימות לא צוין. |
accepted |
הכתובת מוכנה לשימוש להעברה. |
pending |
הכתובת ממתינה לאימות של הבעלים. |
שיטות |
|
יצירת כתובת להעברה. |
|
מוחק את הכתובת שצוינה להעברה ומבטל את כל האימותים שנדרשים. |
|
הפונקציה מקבלת את הכתובת שצוינה להעברה. |
|
בתיבת הדו-שיח הזו מפורטים הכתובות להעברה של החשבון שצוין. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-05 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-05 (שעון UTC)."],[[["ForwardingAddress settings allow you to specify an email address for message forwarding and track its verification status."],["The `forwardingEmail` field stores the destination address for forwarded messages, while `verificationStatus` indicates if the address is verified and ready for use."],["VerificationStatus has three states: `verificationStatusUnspecified`, `accepted`, and `pending`, reflecting the verification progress of the forwarding address."],["Gmail API provides methods to manage forwarding addresses: `create`, `delete`, `get`, and `list`, enabling programmatic control over forwarding settings."]]],["Forwarding addresses are defined by a `forwardingEmail` (string) and a `verificationStatus` (enum). The status can be `unspecified`, `accepted`, or `pending`. Four methods manage these addresses: `create` adds a new address, `delete` removes an address and revokes verification, `get` retrieves a specific address, and `list` displays all addresses for an account. The `verificationStatus` is read-only.\n"]]