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