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

MimeAttachment Constructor

Default constructor

Overload List

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);

See Also

MimeAttachment Class | SmtPop Namespace