Hi,
I am attempting to send an email using VB.NET.
There are two requirements
- The email be saved in their "Sent Items" folder in Outlook (their only email client).
- A PDF (generated on the fly) is attached to the email.
I am currently creating a new MailMessage & sending via a SmtpClient, but I believe that this sends from the server, and not from the client.
Is this possible?
Thanks,
EDIT: This is a winforms application, the purpose is to send reports to clients.