C# Class EMail, FileZilla.NET

Inheritance: MonoBehaviour
Exibir arquivo Open project: sancsoft/FileZilla.NET Class Usage Examples

Public Methods

Method Description
Send ( string subject, string body, string recipients ) : bool

Send an email message.

Method Details

Send() public static method

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
return bool