Table of Contents

Class SmtpMsa

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

Configuration for communication with an SMTP service.

public class SmtpMsa : IDirectResponseSchema
Inheritance
SmtpMsa
Implements
IDirectResponseSchema
Inherited Members

Constructors

SmtpMsa()

public SmtpMsa()

Properties

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Host

The hostname of the SMTP service. Required.

public virtual string Host { get; set; }

Property Value

string

Password

The password that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.

public virtual string Password { get; set; }

Property Value

string

Port

The port of the SMTP service. Required.

public virtual int? Port { get; set; }

Property Value

int?

SecurityMode

The protocol that will be used to secure communication with the SMTP service. Required.

public virtual string SecurityMode { get; set; }

Property Value

string

Username

The username that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.

public virtual string Username { get; set; }

Property Value

string