Class GmailService
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
InitializerThe 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
Properties
BasePath
Gets the service base path.
public override string BasePath { get; }
Property Value
BaseUri
Gets the service base URI.
public override string BaseUri { get; }
Property Value
Features
Gets the service supported features.
public override IList<string> Features { get; }
Property Value
Name
Gets the service name.
public override string Name { get; }
Property Value
Users
Gets the Users resource.
public virtual UsersResource Users { get; }