J
Jesse
I want to send e-mail from my Access application and include a subject
and body. I have code to do this from Outlook but I don't know what
e-mail applications my end users will be using. Some programs I've
seen (WinZip, Internet Explorer) open up a MailItem window with some
custom subject and body and don't care what e-mail program you are
using. It looks like the applications are using some king of API call
that provides the default e-mail program with information like SendTo,
Subject, Body, Attachment, etc. Am I right in the assumption that this
is an API call (or something similar)? If I'm right, can someone
provide me with some sample code or direct me approprietly?
Thanks
and body. I have code to do this from Outlook but I don't know what
e-mail applications my end users will be using. Some programs I've
seen (WinZip, Internet Explorer) open up a MailItem window with some
custom subject and body and don't care what e-mail program you are
using. It looks like the applications are using some king of API call
that provides the default e-mail program with information like SendTo,
Subject, Body, Attachment, etc. Am I right in the assumption that this
is an API call (or something similar)? If I'm right, can someone
provide me with some sample code or direct me approprietly?
Thanks