ISmtpServerConfiguration

Defines the confiuration for using en SMTP server.

Namespace:
KpokPatagon.Messaging
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Properties

From

From address.

Signature:
public String From { get; set; }

FromName

From address display name.

Signature:
public String FromName { get; set; }

Name

SMTP server name of IP.

Signature:
public String Name { get; set; }

Password

Password to connect to the SMTP server.

Signature:
public String Password { get; set; }

Port

SMTP server port.

Signature:
public Int32 Port { get; set; }

RequiresSsl

Whether the SMTP server requires a SSL connection.

Signature:
public Boolean RequiresSsl { get; set; }

UserName

User name to connect to the SMTP server.

Signature:
public String UserName { get; set; }