Show / Hide Table of Contents

Enum UsersResource.ThreadsResource.GetRequest.FormatEnum

The format to return the messages in.

Namespace: Google.Apis.Gmail.v1
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public enum UsersResource.ThreadsResource.GetRequest.FormatEnum

Fields

Name Description
Full

Returns the full email message data with body content parsed in the payload field; the raw field is not used. Format cannot be used when accessing the api using the gmail.metadata scope.

Metadata

Returns only email message IDs, labels, and email headers.

Minimal

Returns only email message IDs and labels; does not return the email headers, body, or payload.

In this article
Back to top Generated by DocFX