Simple Mail and Post Office Protocol for .Net (SmtPop)

MessageBuilder.Build Method

Build a MimeMessage with text Body

Overload List

Build a MimeMessage with text Body

public static MimeMessage Build(string,string,string,string,MimeTextContentType);

Build a MimeMessage with text body and binary as attachment

public static MimeMessage Build(string,string,string,string,MimeTextContentType,byte[],string,string);

Build a MimeMessage with text body and an image as attachment

public static MimeMessage Build(string,string,string,string,MimeTextContentType,Image,ImageFormat,string);

Build a MimeMessage with text body and binary data as attachment

public static MimeMessage Build(string,string,string,string,MimeTextContentType,BinaryReader,string,string);

Build a MimeMessage with text body and binary data as attachment

public static MimeMessage Build(string,string,string,string,MimeTextContentType,object,string,string);

See Also

MessageBuilder Class | SmtPop Namespace