Default constructor
Default constructor
public MimeAttachment();
Constructs an attahcment from string
public MimeAttachment(string,MimeTextContentType);
Constructs an attachment from a body string
public MimeAttachment(string,MimeTextContentType,MimeTransferEncoding,Encoding);
Constructs an attachment from a local file
public MimeAttachment(string,string,string);
Constructs an attachment from a local file
public MimeAttachment(string,string,string,MimeDisposition);
Constructs an attachment from a memory buffer
public MimeAttachment(string,string,string,byte[],MimeDisposition);
MimeAttachment Class | SmtPop Namespace