Build a MimeMessage with text Body
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);
MessageBuilder Class | SmtPop Namespace