Class SmtpMsa
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
Host
The hostname of the SMTP service. Required.
public virtual string Host { get; set; }
Property Value
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
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
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; }