Show / Hide Table of Contents

Class GmailService.Scope

Available OAuth 2.0 scopes for use with the Gmail API.

Inheritance
object
GmailService.Scope
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Gmail.v1
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class GmailService.Scope

Fields

GmailAddonsCurrentActionCompose

Manage drafts and send emails when you interact with the add-on

Declaration
public static string GmailAddonsCurrentActionCompose
Field Value
Type Description
string

GmailAddonsCurrentMessageAction

View your email messages when you interact with the add-on

Declaration
public static string GmailAddonsCurrentMessageAction
Field Value
Type Description
string

GmailAddonsCurrentMessageMetadata

View your email message metadata when the add-on is running

Declaration
public static string GmailAddonsCurrentMessageMetadata
Field Value
Type Description
string

GmailAddonsCurrentMessageReadonly

View your email messages when the add-on is running

Declaration
public static string GmailAddonsCurrentMessageReadonly
Field Value
Type Description
string

GmailCompose

Manage drafts and send emails

Declaration
public static string GmailCompose
Field Value
Type Description
string

GmailInsert

Add emails into your Gmail mailbox

Declaration
public static string GmailInsert
Field Value
Type Description
string

GmailLabels

See and edit your email labels

Declaration
public static string GmailLabels
Field Value
Type Description
string

GmailMetadata

View your email message metadata such as labels and headers, but not the email body

Declaration
public static string GmailMetadata
Field Value
Type Description
string

GmailModify

Read, compose, and send emails from your Gmail account

Declaration
public static string GmailModify
Field Value
Type Description
string

GmailReadonly

View your email messages and settings

Declaration
public static string GmailReadonly
Field Value
Type Description
string

GmailSend

Send email on your behalf

Declaration
public static string GmailSend
Field Value
Type Description
string

GmailSettingsBasic

See, edit, create, or change your email settings and filters in Gmail

Declaration
public static string GmailSettingsBasic
Field Value
Type Description
string

GmailSettingsSharing

Manage your sensitive mail settings, including who can manage your mail

Declaration
public static string GmailSettingsSharing
Field Value
Type Description
string

MailGoogleCom

Read, compose, send, and permanently delete all your email from Gmail

Declaration
public static string MailGoogleCom
Field Value
Type Description
string
In This Article
Back to top Generated by DocFX