Interface ISmtpSendOptions
- Namespace
- H.Extensions.Mail
- Assembly
- H.Extensions.Mail.dll
public interface ISmtpSendOptions
- Extension Methods
Properties
EnableSsl
bool EnableSsl { get; set; }
Property Value
Host
string Host { get; set; }
Property Value
IsBodyHtml
bool IsBodyHtml { get; set; }
Property Value
Password
string Password { get; set; }
Property Value
Port
int Port { get; set; }
Property Value
User
string User { get; set; }