C# Class PAZ.Control.Emailer

Afficher le fichier Open project: PAZ-MI4Ie/PAZ Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Emailer ( ) : System
SendEmail ( ) : void

Private Methods

Méthode Description
SendMessage ( ) : void

Method Details

Emailer() public méthode

public Emailer ( ) : System
Résultat System

SendEmail() public méthode

public SendEmail ( ) : void
Résultat void

Property Details

AuthenticationMode public_oe property

public int AuthenticationMode
Résultat int

Body public_oe property

public string Body
Résultat string

DisplayName public_oe property

public string DisplayName
Résultat string

From public_oe property

public string From
Résultat string

Host public_oe property

public string Host
Résultat string

IsHtml public_oe property

public bool IsHtml
Résultat bool

Password public_oe property

public string Password
Résultat string

Port public_oe property

public int Port
Résultat int

SendUsing public_oe property

public int SendUsing
Résultat int

Subject public_oe property

public string Subject
Résultat string

To public_oe property

public string To
Résultat string

UseSSL public_oe property

public bool UseSSL
Résultat bool

User public_oe property

public string User
Résultat string