2003 and emails

A

Arturo

We use Groupwise for email. Does anyone know how to save one of these emails
into an Access 2003 table? We need to capture who it is from and the message,
which will be text only.

Thank you.
 
T

Tony Toews [MVP]

Arturo said:
We use Groupwise for email. Does anyone know how to save one of these emails
into an Access 2003 table? We need to capture who it is from and the message,
which will be text only.

Visit the Novell website and poke about the developers section for
Groupwise information. There is VB 6 sample code which should work
just fine in Access. (I was just poking about there yesterday for
sample code to use to automate Novell for the Auto FE Updater.)

Note that once you get it working you will want to consider using late
binding so different versions of Groupiwise on different machines
won't cause you problems.

Late binding means you can safely remove the reference and only have
an error when the app executes lines of code in question. Rather than
erroring out while starting up the app and not allowing the users in
the app at all. Or when hitting a mid, left or trim function call.

This also is very useful when you don't know version of the external
application will reside on the target system. Or if your organization
is in the middle of moving from one version to another.

For more information including additional text and some detailed links
see the "Late Binding in Microsoft Access" page at
http://www.granite.ab.ca/access/latebinding.htm

Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/
Granite Fleet Manager http://www.granitefleet.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top