GmailMessageInfo
Stay organized with collections
Save and categorize content based on your preferences.
Details of a message in phishing spike alert.
JSON representation |
{
"messageId": string,
"md5HashMessageBody": string,
"messageBodySnippet": string,
"md5HashSubject": string,
"subjectText": string,
"attachmentsSha256Hash": [
string
],
"recipient": string,
"date": string,
"sentTime": string
} |
Fields |
messageId |
string
The message ID.
|
md5HashMessageBody |
string
The hash of the message body text.
|
messageBodySnippet |
string
The snippet of the message body text (only available for reported emails).
|
md5HashSubject |
string
The MD5 Hash of email's subject (only available for reported emails).
|
subjectText |
string
The email subject text (only available for reported emails).
|
attachmentsSha256Hash[] |
string
The SHA256 hash of email's attachment and all MIME parts.
|
recipient |
string
The recipient of this email.
|
date |
string (Timestamp format)
The date of the event related to this email.
|
sentTime |
string (Timestamp format)
The sent time of the email.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-25 UTC.
[null,null,["Last updated 2025-03-25 UTC."],[],[],null,["# GmailMessageInfo\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDetails of a message in phishing spike alert.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"messageId\": string, \"md5HashMessageBody\": string, \"messageBodySnippet\": string, \"md5HashSubject\": string, \"subjectText\": string, \"attachmentsSha256Hash\": [ string ], \"recipient\": string, \"date\": string, \"sentTime\": string } ``` |\n\n| Fields ||\n|---------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| `messageId` | `string` The message ID. |\n| `md5HashMessageBody` | `string` The hash of the message body text. |\n| `messageBodySnippet` | `string` The snippet of the message body text (only available for reported emails). |\n| `md5HashSubject` | `string` The MD5 Hash of email's subject (only available for reported emails). |\n| `subjectText` | `string` The email subject text (only available for reported emails). |\n| `attachmentsSha256Hash[]` | `string` The `SHA256` hash of email's attachment and all MIME parts. |\n| `recipient` | `string` The recipient of this email. |\n| `date` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` The date of the event related to this email. |\n| `sentTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` The sent time of the email. |"]]