Class GmailService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Gmail API.
Inherited Members
Namespace: Google.Apis.Gmail.v1
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public static class GmailService.ScopeConstants
Fields
GmailAddonsCurrentActionCompose
Manage drafts and send emails when you interact with the add-on
Declaration
public const string GmailAddonsCurrentActionCompose = "https://www.googleapis.com/auth/gmail.addons.current.action.compose"
Field Value
Type | Description |
---|---|
string |
GmailAddonsCurrentMessageAction
View your email messages when you interact with the add-on
Declaration
public const string GmailAddonsCurrentMessageAction = "https://www.googleapis.com/auth/gmail.addons.current.message.action"
Field Value
Type | Description |
---|---|
string |
GmailAddonsCurrentMessageMetadata
View your email message metadata when the add-on is running
Declaration
public const string GmailAddonsCurrentMessageMetadata = "https://www.googleapis.com/auth/gmail.addons.current.message.metadata"
Field Value
Type | Description |
---|---|
string |
GmailAddonsCurrentMessageReadonly
View your email messages when the add-on is running
Declaration
public const string GmailAddonsCurrentMessageReadonly = "https://www.googleapis.com/auth/gmail.addons.current.message.readonly"
Field Value
Type | Description |
---|---|
string |
GmailCompose
Manage drafts and send emails
Declaration
public const string GmailCompose = "https://www.googleapis.com/auth/gmail.compose"
Field Value
Type | Description |
---|---|
string |
GmailInsert
Add emails into your Gmail mailbox
Declaration
public const string GmailInsert = "https://www.googleapis.com/auth/gmail.insert"
Field Value
Type | Description |
---|---|
string |
GmailLabels
See and edit your email labels
Declaration
public const string GmailLabels = "https://www.googleapis.com/auth/gmail.labels"
Field Value
Type | Description |
---|---|
string |
GmailMetadata
View your email message metadata such as labels and headers, but not the email body
Declaration
public const string GmailMetadata = "https://www.googleapis.com/auth/gmail.metadata"
Field Value
Type | Description |
---|---|
string |
GmailModify
Read, compose, and send emails from your Gmail account
Declaration
public const string GmailModify = "https://www.googleapis.com/auth/gmail.modify"
Field Value
Type | Description |
---|---|
string |
GmailReadonly
View your email messages and settings
Declaration
public const string GmailReadonly = "https://www.googleapis.com/auth/gmail.readonly"
Field Value
Type | Description |
---|---|
string |
GmailSend
Send email on your behalf
Declaration
public const string GmailSend = "https://www.googleapis.com/auth/gmail.send"
Field Value
Type | Description |
---|---|
string |
GmailSettingsBasic
See, edit, create, or change your email settings and filters in Gmail
Declaration
public const string GmailSettingsBasic = "https://www.googleapis.com/auth/gmail.settings.basic"
Field Value
Type | Description |
---|---|
string |
GmailSettingsSharing
Manage your sensitive mail settings, including who can manage your mail
Declaration
public const string GmailSettingsSharing = "https://www.googleapis.com/auth/gmail.settings.sharing"
Field Value
Type | Description |
---|---|
string |
MailGoogleCom
Read, compose, send, and permanently delete all your email from Gmail
Declaration
public const string MailGoogleCom = "https://mail.google.com/"
Field Value
Type | Description |
---|---|
string |