C# 클래스 Tmx.Server.Logic.ObjectModel.Mailer

Description of Mailer.
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 메소드들

메소드 설명
CreateMessageWithAttachment ( string server ) : void
CreateTestMessage2 ( string server ) : void
SendMessage ( IMailSettings settings ) : void

메소드 상세

CreateMessageWithAttachment() 공개 정적인 메소드

The caller does not have the required permission. The specified path, file name, or both exceed the system-defined maximum length. For example, on Windows-based platforms, paths must be less than 248 characters, and file names must be less than 260 characters.
public static CreateMessageWithAttachment ( string server ) : void
server string
리턴 void

CreateTestMessage2() 공개 메소드

public CreateTestMessage2 ( string server ) : void
server string
리턴 void

SendMessage() 공개 메소드

public SendMessage ( IMailSettings settings ) : void
settings IMailSettings
리턴 void