I have a VB6 application that manages tasks. When
the status of a tack changes, the program generates
an email and sends it thru outlook. I would like
to have a table in access to save the emails for
the purpose of documentation. Access has a type of
object, but when i try to set the field to the
MAPIMessage.object I get an error. Is what im trying
to do possible and what am I doing wrong?
Thanks
Software/Hardware used:
ASKED:
October 15, 2004 10:51 AM
UPDATED:
October 25, 2004 9:32 AM
Let us know if you can figure this out! We have been trying to send and save in Access Groupwise emails.
Thank you!
microsoft:
http://support.microsoft.com/default.aspx?scid=kb;en-us;205635
you would create an OLE object (e.g. OleObj) and use OleObj.CreateEmbed PathToOleObj method
Let me know if this helps.
good luck,
Frans