LostInCode
Programmer
My application needs to send and receive e-mails with text file attachments automatically.
This means that when the user starts the application, the app looks for new e-mail with beginning with a certain ID, and if found, then looks for an attachment and if there is one, retrieves and stores it as a file locally for further processing.
The app will also automatically send e-mails with attachments.
Assumming the client has Outlook or Outlook Express (the client may or may not have the Outlook ActiveX control) under W98, ME, NT4/5, how can this be done in VB and where can I see some example code to look for e-mail messages?
Most examples I've seen use MAPI to just send e-mail. But that's all I've found.
Thank you!
This means that when the user starts the application, the app looks for new e-mail with beginning with a certain ID, and if found, then looks for an attachment and if there is one, retrieves and stores it as a file locally for further processing.
The app will also automatically send e-mails with attachments.
Assumming the client has Outlook or Outlook Express (the client may or may not have the Outlook ActiveX control) under W98, ME, NT4/5, how can this be done in VB and where can I see some example code to look for e-mail messages?
Most examples I've seen use MAPI to just send e-mail. But that's all I've found.
Thank you!