C# Class Tmx.Server.Logic.ObjectModel.Mailer

Description of Mailer.
Mostra file Open project: apetrovskiy/STUPS

Public Methods

Method Description
CreateMessageWithAttachment ( string server ) : void
CreateTestMessage2 ( string server ) : void
SendMessage ( IMailSettings settings ) : void

Method Details

CreateMessageWithAttachment() public static method

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
return void

CreateTestMessage2() public method

public CreateTestMessage2 ( string server ) : void
server string
return void

SendMessage() public method

public SendMessage ( IMailSettings settings ) : void
settings IMailSettings
return void