This is my first project and I was wondering if it is possible for VB to go into Outlook and extract information from an e-mail and place it in a Access database Then send a e-mail reply back.
Printable View
This is my first project and I was wondering if it is possible for VB to go into Outlook and extract information from an e-mail and place it in a Access database Then send a e-mail reply back.
If you are just talking about E-Mail, check out Microsoft's CDO (collaborative data objects.) This technology is designed for programatically manipulating Outlook files.
You're asking about MAPI. More information can be dredged out of the help files...
You might also want to look at:
From the Visual Basic File menu, choose Open Project and select the VBMAIL.VBP file, which is listed in the \Samples\CompTool\VBTerm subdirectory of the main Visual Basic directory.