C# Class EMail, FileZilla.NET

Inheritance: MonoBehaviour
Afficher le fichier Open project: sancsoft/FileZilla.NET Class Usage Examples

Méthodes publiques

Méthode Description
Send ( string subject, string body, string recipients ) : bool

Send an email message.

Method Details

Send() public static méthode

Send an email message.
public static Send ( string subject, string body, string recipients ) : bool
subject string Subject text for the message
body string Body text for the message
recipients string A comma-delimited list of recipients that will receive the message
Résultat bool