C# 클래스 Cats.Helpers.SendMail

파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
Send ( ) : int

Sends an e-mail message to an SMTP server for delivery

SendMail ( string smtpAddress, int port ) : System
SendMail ( string From, string To, string Subject, string Body, string FileName, bool HTML, string smtpAddress, string userName, string password, int port ) : System

메소드 상세

Send() 공개 메소드

Sends an e-mail message to an SMTP server for delivery
public Send ( ) : int
리턴 int

SendMail() 공개 메소드

public SendMail ( string smtpAddress, int port ) : System
smtpAddress string
port int
리턴 System

SendMail() 공개 메소드

public SendMail ( string From, string To, string Subject, string Body, string FileName, bool HTML, string smtpAddress, string userName, string password, int port ) : System
From string
To string
Subject string
Body string
FileName string
HTML bool
smtpAddress string
userName string
password string
port int
리턴 System