C# Class PAZ.Control.Emailer

Mostrar archivo Open project: PAZ-MI4Ie/PAZ Class Usage Examples

Public Properties

Property Type Description
AuthenticationMode int
Body string
DisplayName string
From string
Host string
IsHtml bool
Password string
Port int
SendUsing int
Subject string
To string
UseSSL bool
User string

Public Methods

Method Description
Emailer ( ) : System
SendEmail ( ) : void

Private Methods

Method Description
SendMessage ( ) : void

Method Details

Emailer() public method

public Emailer ( ) : System
return System

SendEmail() public method

public SendEmail ( ) : void
return void

Property Details

AuthenticationMode public_oe property

public int AuthenticationMode
return int

Body public_oe property

public string Body
return string

DisplayName public_oe property

public string DisplayName
return string

From public_oe property

public string From
return string

Host public_oe property

public string Host
return string

IsHtml public_oe property

public bool IsHtml
return bool

Password public_oe property

public string Password
return string

Port public_oe property

public int Port
return int

SendUsing public_oe property

public int SendUsing
return int

Subject public_oe property

public string Subject
return string

To public_oe property

public string To
return string

UseSSL public_oe property

public bool UseSSL
return bool

User public_oe property

public string User
return string