Enum UsersResource.MessagesResource.GetRequest.FormatEnum
The format to return the message in.
public enum UsersResource.MessagesResource.GetRequest.FormatEnum
Fields
Full = 1
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 = 3
Returns only email message ID, labels, and email headers.
Minimal = 0
Returns only email message ID and labels; does not return the email headers, body, or payload.
Raw = 2
Returns the full email message data with body content in the
raw
field as a base64url encoded string; thepayload
field is not used. Format cannot be used when accessing the api using the gmail.metadata scope.