Home > .NET, Visual Basic > Vb.net Email Class

Vb.net Email Class

November 9th, 2009

I am looking for a custom class vb.net that can handle standard email functionality. The code must be thoroughly tested BY YOU before being delivered to me.

I do not wish to look for bugs in your work.

The requirements are very simple:

IMAP & POP3
———–
Functions:

GetEmail() – return array of all email with all elements of the message broken up appropriately (headers, subject, body, attachments, etc)

ClearMailbox() – empty the mailbox

=============================

SMTP
—-
Functions:

SendMail(To, From, ReplyTo, Subject, Body, Attachment Array)

VB.NET ONLY, NOT C#.


Vb.net Email Class