Show / Hide Table of Contents

Class GmailService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Gmail API.

Inheritance
System.Object
GmailService.ScopeConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Gmail.v1
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public static class 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
System.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
System.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
System.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
System.String

GmailCompose

Manage drafts and send emails

Declaration
public const string GmailCompose = "https://www.googleapis.com/auth/gmail.compose"
Field Value
Type Description
System.String

GmailInsert

Insert mail into your mailbox

Declaration
public const string GmailInsert = "https://www.googleapis.com/auth/gmail.insert"
Field Value
Type Description
System.String

GmailLabels

Manage mailbox labels

Declaration
public const string GmailLabels = "https://www.googleapis.com/auth/gmail.labels"
Field Value
Type Description
System.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
System.String

GmailModify

View and modify but not delete your email

Declaration
public const string GmailModify = "https://www.googleapis.com/auth/gmail.modify"
Field Value
Type Description
System.String

GmailReadonly

View your email messages and settings

Declaration
public const string GmailReadonly = "https://www.googleapis.com/auth/gmail.readonly"
Field Value
Type Description
System.String

GmailSend

Send email on your behalf

Declaration
public const string GmailSend = "https://www.googleapis.com/auth/gmail.send"
Field Value
Type Description
System.String

GmailSettingsBasic

Manage your basic mail settings

Declaration
public const string GmailSettingsBasic = "https://www.googleapis.com/auth/gmail.settings.basic"
Field Value
Type Description
System.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
System.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
System.String
Back to top