Enum UsersResource.MessagesResource.GetRequest.FormatEnum
The format to return the message in.
Namespace: Google.Apis.Gmail.v1
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public enum UsersResource.MessagesResource.GetRequest.FormatEnum
Fields
Name | Description |
---|---|
Full | Returns the full email message data with body content parsed in the |
Metadata | Returns only email message ID, labels, and email headers. |
Minimal | Returns only email message ID and labels; does not return the email headers, body, or payload. |
Raw | Returns the full email message data with body content in the |