Enum UsersResource.ThreadsResource.GetRequest.FormatEnum
The format to return the messages in.
public enum UsersResource.ThreadsResource.GetRequest.FormatEnum
Fields
Full = 0
Returns the full email message data with body content parsed in the
payload
field; theraw
field is not used. Format cannot be used when accessing the api using the gmail.metadata scope.Metadata = 1
Returns only email message IDs, labels, and email headers.
Minimal = 2
Returns only email message IDs and labels; does not return the email headers, body, or payload.