gmail  v1
Properties | List of all members
Google.Apis.Gmail.v1.Data.Message Class Reference

An email message. More...

Inheritance diagram for Google.Apis.Gmail.v1.Data.Message:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< ulong > HistoryId [get, set]
 The ID of the last history record that modified this message. More...
 
virtual string Id [get, set]
 The immutable ID of the message. More...
 
virtual System.Nullable< long > InternalDate [get, set]
 The internal message creation timestamp (epoch ms), which determines ordering in the inbox. For normal SMTP-received email, this represents the time the message was originally accepted by Google, which is more reliable than the Date header. However, for API-migrated mail, it can be configured by client to be based on the Date header. More...
 
virtual System.Collections.Generic.IList< string > LabelIds [get, set]
 List of IDs of labels applied to this message. More...
 
virtual MessagePart Payload [get, set]
 The parsed email structure in the message parts. More...
 
virtual string Raw [get, set]
 The entire email message in an RFC 2822 formatted and base64url encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied. More...
 
virtual System.Nullable< int > SizeEstimate [get, set]
 Estimated size in bytes of the message. More...
 
virtual string Snippet [get, set]
 A short part of the message text. More...
 
virtual string ThreadId [get, set]
 The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met: - The requested threadId must be specified on the Message or Draft.Message you supply with your request. - The References and In-Reply-To headers must be set in compliance with the RFC 2822 standard. - The Subject headers must match. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

An email message.

Property Documentation

◆ ETag

virtual string Google.Apis.Gmail.v1.Data.Message.ETag
getset

The ETag of the item.

◆ HistoryId

virtual System.Nullable<ulong> Google.Apis.Gmail.v1.Data.Message.HistoryId
getset

The ID of the last history record that modified this message.

◆ Id

virtual string Google.Apis.Gmail.v1.Data.Message.Id
getset

The immutable ID of the message.

◆ InternalDate

virtual System.Nullable<long> Google.Apis.Gmail.v1.Data.Message.InternalDate
getset

The internal message creation timestamp (epoch ms), which determines ordering in the inbox. For normal SMTP-received email, this represents the time the message was originally accepted by Google, which is more reliable than the Date header. However, for API-migrated mail, it can be configured by client to be based on the Date header.

◆ LabelIds

virtual System.Collections.Generic.IList<string> Google.Apis.Gmail.v1.Data.Message.LabelIds
getset

List of IDs of labels applied to this message.

◆ Payload

virtual MessagePart Google.Apis.Gmail.v1.Data.Message.Payload
getset

The parsed email structure in the message parts.

◆ Raw

virtual string Google.Apis.Gmail.v1.Data.Message.Raw
getset

The entire email message in an RFC 2822 formatted and base64url encoded string. Returned in messages.get and drafts.get responses when the format=RAW parameter is supplied.

◆ SizeEstimate

virtual System.Nullable<int> Google.Apis.Gmail.v1.Data.Message.SizeEstimate
getset

Estimated size in bytes of the message.

◆ Snippet

virtual string Google.Apis.Gmail.v1.Data.Message.Snippet
getset

A short part of the message text.

◆ ThreadId

virtual string Google.Apis.Gmail.v1.Data.Message.ThreadId
getset

The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met: - The requested threadId must be specified on the Message or Draft.Message you supply with your request. - The References and In-Reply-To headers must be set in compliance with the RFC 2822 standard. - The Subject headers must match.


The documentation for this class was generated from the following file: