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

The body of a single MIME message part. More...

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

Properties

virtual string AttachmentId [get, set]
 When present, contains the ID of an external attachment that can be retrieved in a separate messages.attachments.get request. When not present, the entire content of the message part body is contained in the data field. More...
 
virtual string Data [get, set]
 The body data of a MIME message part as a base64url encoded string. May be empty for MIME container types that have no message body or when the body data is sent as a separate attachment. An attachment ID is present if the body data is contained in a separate attachment. More...
 
virtual System.Nullable< int > Size [get, set]
 Number of bytes for the message part data (encoding notwithstanding). More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

The body of a single MIME message part.

Property Documentation

◆ AttachmentId

virtual string Google.Apis.Gmail.v1.Data.MessagePartBody.AttachmentId
getset

When present, contains the ID of an external attachment that can be retrieved in a separate messages.attachments.get request. When not present, the entire content of the message part body is contained in the data field.

◆ Data

virtual string Google.Apis.Gmail.v1.Data.MessagePartBody.Data
getset

The body data of a MIME message part as a base64url encoded string. May be empty for MIME container types that have no message body or when the body data is sent as a separate attachment. An attachment ID is present if the body data is contained in a separate attachment.

◆ ETag

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

The ETag of the item.

◆ Size

virtual System.Nullable<int> Google.Apis.Gmail.v1.Data.MessagePartBody.Size
getset

Number of bytes for the message part data (encoding notwithstanding).


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