C# Класс EMail, FileZilla.NET

Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Send ( string subject, string body, string recipients ) : bool

Send an email message.

Описание методов

Send() публичный статический Метод

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
Результат bool