Show / Hide Table of Contents

Class GmailService.Scope

Available OAuth 2.0 scopes for use with the Gmail API.

Inheritance
System.Object
GmailService.Scope
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 class Scope

Fields

GmailAddonsCurrentActionCompose

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

Declaration
public static string GmailAddonsCurrentActionCompose
Field Value
Type Description
System.String

GmailAddonsCurrentMessageAction

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

Declaration
public static string GmailAddonsCurrentMessageAction
Field Value
Type Description
System.String

GmailAddonsCurrentMessageMetadata

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

Declaration
public static string GmailAddonsCurrentMessageMetadata
Field Value
Type Description
System.String

GmailAddonsCurrentMessageReadonly

View your email messages when the add-on is running

Declaration
public static string GmailAddonsCurrentMessageReadonly
Field Value
Type Description
System.String

GmailCompose

Manage drafts and send emails

Declaration
public static string GmailCompose
Field Value
Type Description
System.String

GmailInsert

Insert mail into your mailbox

Declaration
public static string GmailInsert
Field Value
Type Description
System.String

GmailLabels

Manage mailbox labels

Declaration
public static string GmailLabels
Field Value
Type Description
System.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
System.String

GmailModify

View and modify but not delete your email

Declaration
public static string GmailModify
Field Value
Type Description
System.String

GmailReadonly

View your email messages and settings

Declaration
public static string GmailReadonly
Field Value
Type Description
System.String

GmailSend

Send email on your behalf

Declaration
public static string GmailSend
Field Value
Type Description
System.String

GmailSettingsBasic

Manage your basic mail settings

Declaration
public static string GmailSettingsBasic
Field Value
Type Description
System.String

GmailSettingsSharing

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

Declaration
public static string GmailSettingsSharing
Field Value
Type Description
System.String

MailGoogleCom

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

Declaration
public static string MailGoogleCom
Field Value
Type Description
System.String
Back to top