Provides methods for IMail object creation. You should use CreateFromEml(String) if you already have an eml data downloaded via Pop3 or Imap client. You should use other properties and Create()()()() method to create message that you'll send using Smtp client.

Namespace: Lesnikowski.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.1213.909

Syntax

C#
public class MailBuilder
Visual Basic
Public Class MailBuilder
Visual C++
public ref class MailBuilder

Inheritance Hierarchy

System..::..Object
  Lesnikowski.Mail..::..MailBuilder

See Also