Table of Contents

Class GmailService

Namespace
Google.Apis.Gmail.v1
Assembly
Google.Apis.Gmail.v1.dll

The Gmail Service.

public class GmailService : BaseClientService
Inheritance
GmailService

Constructors

GmailService()

Constructs a new service.

public GmailService()

GmailService(Initializer)

Constructs a new service.

public GmailService(BaseClientService.Initializer initializer)

Parameters

initializer Initializer

The service initializer.

Fields

DiscoveryVersionUsed

The discovery version used to generate this service.

public static DiscoveryVersion DiscoveryVersionUsed

Field Value

DiscoveryVersion

Version

The API version.

public const string Version = "v1"

Field Value

string

Properties

BasePath

Gets the service base path.

public override string BasePath { get; }

Property Value

string

BaseUri

Gets the service base URI.

public override string BaseUri { get; }

Property Value

string

Features

Gets the service supported features.

public override IList<string> Features { get; }

Property Value

IList<string>

Name

Gets the service name.

public override string Name { get; }

Property Value

string

Users

Gets the Users resource.

public virtual UsersResource Users { get; }

Property Value

UsersResource