Class GmailMessageInfo
Details of a message in phishing spike alert.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class GmailMessageInfo : IDirectResponseSchema
Properties
AttachmentsSha256Hash
The SHA256
hash of email's attachment and all MIME parts.
Declaration
[JsonProperty("attachmentsSha256Hash")]
public virtual IList<string> AttachmentsSha256Hash { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Date
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DateDateTimeOffset instead.")]
public virtual object Date { get; set; }
Property Value
Type | Description |
---|---|
object |
DateDateTimeOffset
DateTimeOffset representation of DateRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DateDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
DateRaw
The date of the event related to this email.
Declaration
[JsonProperty("date")]
public virtual string DateRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Md5HashMessageBody
The hash of the message body text.
Declaration
[JsonProperty("md5HashMessageBody")]
public virtual string Md5HashMessageBody { get; set; }
Property Value
Type | Description |
---|---|
string |
Md5HashSubject
The MD5 Hash of email's subject (only available for reported emails).
Declaration
[JsonProperty("md5HashSubject")]
public virtual string Md5HashSubject { get; set; }
Property Value
Type | Description |
---|---|
string |
MessageBodySnippet
The snippet of the message body text (only available for reported emails).
Declaration
[JsonProperty("messageBodySnippet")]
public virtual string MessageBodySnippet { get; set; }
Property Value
Type | Description |
---|---|
string |
MessageId
The message ID.
Declaration
[JsonProperty("messageId")]
public virtual string MessageId { get; set; }
Property Value
Type | Description |
---|---|
string |
Recipient
The recipient of this email.
Declaration
[JsonProperty("recipient")]
public virtual string Recipient { get; set; }
Property Value
Type | Description |
---|---|
string |
SentTime
object representation of SentTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SentTimeDateTimeOffset instead.")]
public virtual object SentTime { get; set; }
Property Value
Type | Description |
---|---|
object |
SentTimeDateTimeOffset
DateTimeOffset representation of SentTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? SentTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
SentTimeRaw
The sent time of the email.
Declaration
[JsonProperty("sentTime")]
public virtual string SentTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
SubjectText
The email subject text (only available for reported emails).
Declaration
[JsonProperty("subjectText")]
public virtual string SubjectText { get; set; }
Property Value
Type | Description |
---|---|
string |