تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المورد: export
توثّق هذه الصفحة المَعلمات المتاحة export
لمورد Email Audit API عند
تنزيل صندوق بريد إلكتروني.
الحقول |
الوصف |
beginDate |
اختياريّ.
تاريخ أول رسالة إلكترونية مضمّنة في صندوق البريد الإلكتروني الذي تم تصديره. إذا أردت
الحصول على جميع الرسائل الإلكترونية بدءًا من تاريخ إنشاء الحساب، لا تُدخِل
قيمة في هذا الحقل.تنسيق التاريخ هو
YYYY-MM-dd HH:mm حيث يمثّل HH ساعة
اليوم باستخدام الأرقام من 0 إلى 23، ويمثّل mm دقائق الساعة
باستخدام الأرقام من 0 إلى 59.
يتم عرض المنطقة الزمنية بالتوقيت العالمي المنسق (UTC).
احوِّل الوقت إلى تنسيق التوقيت العالمي المنسَّق
قبل بدء عملية تصدير صندوق البريد. |
endDate |
اختياريّ.
تاريخ آخر رسالة إلكترونية مضمّنة في صندوق البريد الإلكتروني الذي تم تصديره. في حال عدم تحديد قيمة
هذه، يتم تصدير الرسائل الإلكترونية إلى التاريخ الحالي. تنسيق التاريخ هو
YYYY-MM-dd HH:mm حيث يمثّل HH ساعة
اليوم باستخدام الأرقام من 0 إلى 23، ويمثّل mm دقائق الساعة
باستخدام الأرقام من 0 إلى 59.
يتم عرض المنطقة الزمنية بالتوقيت العالمي المنسق (UTC).
احوِّل الوقت إلى تنسيق التوقيت العالمي المنسَّق
قبل بدء عملية تصدير صندوق البريد. |
searchQuery |
اختياريّ.
تتم فلترة صندوق البريد باستخدام القيمة searchQuery
ولا تتوفّر للتحميل سوى نتائج البحث التي تمّت فلترتها. تلتزم طلبات البحث هذه
بقواعد البحث نفسها المتّبعة في
البحث المتقدّم في Gmail.
المَعلمتَان searchQuery وincludeDeleted
متعارضتان. لا يمكن إرسال طلب بحث في الحالات التالية:
includeDeleted = "true" . |
includeDeleted |
اختياريّ.
لتحديد ما إذا كان سيتم تضمين الرسائل المحذوفة في ملف تصدير صندوق البريد
أم لا. القيمة التلقائية هي "false" ولا يتم تضمين الرسائل
المحذوفة.
المَعلمتَان searchQuery وincludeDeleted
متعارضتان. لا يمكن إرسال طلب بحث في الحالات التالية:
includeDeleted = "true" . |
packageContent |
مطلوب.
لتحديد ما إذا كان سيتم استخدام الرسالة الإلكترونية الكاملة أو رأس الرسالة الإلكترونية فيملف تصدير صندوق البريد الإلكتروني
FULL_MESSAGE : يتم نسخ نص الرسالة الإلكترونية بالكامل، بما في ذلك
المرفقات، إلى ملف التصدير. هذا هو الإعداد التلقائي.
HEADER_ONLY : يتم نسخ عنوان الرسالة الإلكترونية فقط إلىملف التصدير.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-03-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-03-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["Resource: `export`\n------------------\n\nThis page documents the parameters that are available for the `export`\nresource of the Email Audit API when\n[downloading a mailbox](/workspace/admin/email-audit/download-mailbox).\n\n| Fields | Description |\n|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `beginDate` | Optional. The date for the first email included in the exported mailbox. If you want all emails starting from when the account was created, don't enter a value for this field.The date format is `YYYY-MM-dd HH:mm` where the `HH` is the hour of the day using 0 - 23, and the `mm` is the minutes of the hour using 0 - 59. The time zone is in Coordinate Univeral Time (UTC) format. [Convert your time to UTC format](https://www.timeanddate.com/worldclock/converter.html) before starting a mailbox export. |\n| `endDate` | Optional. The date for the last email included in the exported mailbox. If this value isn't specified, the exported emails go to the current date. The date format is `YYYY-MM-dd HH:mm` where the `HH` is the hour of the day using 0 - 23, and the `mm` is the minutes of the hour using 0 - 59. The time zone is in Coordinate Univeral Time (UTC) format. [Convert your time to UTC format](https://www.timeanddate.com/worldclock/converter.html) before starting a mailbox export. |\n| `searchQuery` | Optional. The mailbox is filtered by using the `searchQuery` value and only the filtered search results are available for download. These queries follow the same search rules as the [advanced search in Gmail](https://support.google.com/mail/answer/7190). The `searchQuery` and `includeDeleted` parameters are mutally exclusive. A search query isn't possible if `includeDeleted = \"true\"`. |\n| `includeDeleted` | Optional. Determines whether or not deleted messages are include in the mailbox export file. By default, the value is `\"false\"` and deleted messages aren't included. The `searchQuery` and `includeDeleted` parameters are mutally exclusive. A search query isn't possible if `includeDeleted = \"true\"`. |\n| `packageContent` | Required. Determines whether the full email or the email's header are used in the mailbox export file. - `FULL_MESSAGE`: The full email text, including attachments, is copied to the export file. This is the default setting. - `HEADER_ONLY`: Only the email's header is copied to the export file. |"]]