C# 클래스 EMail, FileZilla.NET

상속: MonoBehaviour
파일 보기 프로젝트 열기: sancsoft/FileZilla.NET 1 사용 예제들

공개 메소드들

메소드 설명
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