GmailMessageInfo

關於網路詐騙高峰期郵件的詳細資料。

JSON 表示法
{
  "messageId": string,
  "md5HashMessageBody": string,
  "messageBodySnippet": string,
  "md5HashSubject": string,
  "subjectText": string,
  "attachmentsSha256Hash": [
    string
  ],
  "recipient": string,
  "date": string,
  "sentTime": string
}
欄位
messageId

string

郵件 ID。

md5HashMessageBody

string

郵件內文文字的雜湊值。

messageBodySnippet

string

郵件內文文字的程式碼片段 (僅適用於回報的電子郵件)。

md5HashSubject

string

電子郵件主旨的 MD5 雜湊 (僅適用於回報的電子郵件)。

subjectText

string

電子郵件主旨文字 (僅適用於回報的電子郵件)。

attachmentsSha256Hash[]

string

電子郵件附件和所有 MIME 部分的 SHA256 雜湊值。

recipient

string

這封電子郵件的收件者。

date

string (Timestamp format)

與這封電子郵件相關的活動日期。

sentTime

string (Timestamp format)

電子郵件傳送時間。