C# 클래스 EGSW.Services.EmailAccess

파일 보기 프로젝트 열기: careerengine/EGSW-Project 1 사용 예제들

공개 메소드들

메소드 설명
GetReplaceWords ( string content ) : ArrayList

Method to get array list of replacale words in the parametered string

SendMail ( string Sender, string SenderName, string Receiver, string CC, string BCC, string Body, string subject ) : void

Send Text Mail

메소드 상세

GetReplaceWords() 공개 정적인 메소드

Method to get array list of replacale words in the parametered string
public static GetReplaceWords ( string content ) : ArrayList
content string
리턴 System.Collections.ArrayList

SendMail() 공개 정적인 메소드

Send Text Mail
public static SendMail ( string Sender, string SenderName, string Receiver, string CC, string BCC, string Body, string subject ) : void
Sender string string Sender
SenderName string
Receiver string string Receiver
CC string string CC
BCC string string BCC
Body string string body
subject string string subject
리턴 void