Table of Contents

Interface ISmtpSendOptions

Namespace
H.Extensions.Mail
Assembly
H.Extensions.Mail.dll
public interface ISmtpSendOptions
Extension Methods

Properties

EnableSsl

bool EnableSsl { get; set; }

Property Value

bool

Host

string Host { get; set; }

Property Value

string

IsBodyHtml

bool IsBodyHtml { get; set; }

Property Value

bool

Password

string Password { get; set; }

Property Value

string

Port

int Port { get; set; }

Property Value

int

User

string User { get; set; }

Property Value

string