GmailScopes Enumeration

Specifies the OAuthv2 scopes for use with the Gmail API.

Definition

Namespace: DevCase.ThirdParty.Google.Gmail
Assembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum GmailScopes

Members

Compose 2 Refers to the https://www.googleapis.com/auth/gmail.compose scope.

Manage drafts and send emails.

Insert 4 Refers to the https://www.googleapis.com/auth/gmail.insert scope.

Insert mail into your mailbox.

Labels 8 Refers to the https://www.googleapis.com/auth/gmail.labels scope.

Manage mailbox labels.

Modify 16 Refers to the https://www.googleapis.com/auth/gmail.modify scope.

View and modify your email (but not delete).

ReadOnly 32 Refers to the https://www.googleapis.com/auth/gmail.readonly scope.

View your email messages and settings.

Send 64 Refers to the https://www.googleapis.com/auth/gmail.send scope.

Send email on your behalf.

GoogleCom 128 Refers to the http://mail.google.com/ scope.

View and manage your mail.

See Also