C# 클래스 CAESDO.Recruitment.Core.Abstractions.MessageGateway

상속: IMessageGateway
파일 보기 프로젝트 열기: ucdavis/Recruitments

공개 메소드들

메소드 설명
SendMessage ( string from, string to, string subject, string body ) : void

Use email to send out the message

SendMessage ( string from, string to, string bcc, string subject, string body ) : void

메소드 상세

SendMessage() 공개 메소드

Use email to send out the message
public SendMessage ( string from, string to, string subject, string body ) : void
from string
to string
subject string
body string
리턴 void

SendMessage() 공개 메소드

public SendMessage ( string from, string to, string bcc, string subject, string body ) : void
from string
to string
bcc string
subject string
body string
리턴 void