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

A single MIME message part. More...

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

Properties

virtual MessagePartBody Body [get, set]
 The message part body for this part, which may be empty for container MIME message parts. More...
 
virtual string Filename [get, set]
 The filename of the attachment. Only present if this message part represents an attachment. More...
 
virtual System.Collections.Generic.IList< MessagePartHeaderHeaders [get, set]
 List of headers on this message part. For the top-level message part, representing the entire message payload, it will contain the standard RFC 2822 email headers such as To, From, and Subject. More...
 
virtual string MimeType [get, set]
 The MIME type of the message part. More...
 
virtual string PartId [get, set]
 The immutable ID of the message part. More...
 
virtual System.Collections.Generic.IList< MessagePartParts [get, set]
 The child MIME message parts of this part. This only applies to container MIME message parts, for example multipart. For non- container MIME message part types, such as text/plain, this field is empty. For more information, see RFC 1521. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A single MIME message part.

Property Documentation

◆ Body

virtual MessagePartBody Google.Apis.Gmail.v1.Data.MessagePart.Body
getset

The message part body for this part, which may be empty for container MIME message parts.

◆ ETag

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

The ETag of the item.

◆ Filename

virtual string Google.Apis.Gmail.v1.Data.MessagePart.Filename
getset

The filename of the attachment. Only present if this message part represents an attachment.

◆ Headers

virtual System.Collections.Generic.IList<MessagePartHeader> Google.Apis.Gmail.v1.Data.MessagePart.Headers
getset

List of headers on this message part. For the top-level message part, representing the entire message payload, it will contain the standard RFC 2822 email headers such as To, From, and Subject.

◆ MimeType

virtual string Google.Apis.Gmail.v1.Data.MessagePart.MimeType
getset

The MIME type of the message part.

◆ PartId

virtual string Google.Apis.Gmail.v1.Data.MessagePart.PartId
getset

The immutable ID of the message part.

◆ Parts

virtual System.Collections.Generic.IList<MessagePart> Google.Apis.Gmail.v1.Data.MessagePart.Parts
getset

The child MIME message parts of this part. This only applies to container MIME message parts, for example multipart. For non- container MIME message part types, such as text/plain, this field is empty. For more information, see RFC 1521.


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