
E-mail from Access to Outlook Express
I made a mass e-mail form in MS Access which makes one long string
of e-mail addresses to be entered into an Outlook Express BCC field. I
used to use ShellExecute and mailto: to start the message and put the
addresses in the BCC field, but apparently once the string gets to a
certain length, it is just truncated; in which case a lot of e-mail
addresses don't get included. BTW, when I say the string gets truncated,
I mean during the ShellExecute/mailto process. Both MS Access and
Outlook Express don't mind strings this long.
SendObject doesn't work with Outlook Epress (only fully MAPI
compatible e-mail clients like Outllook [included with MS Office] and MS
Exchange). I am looking for other ideas. I appreciate any help anyone
can offer. Thank you.
Chad Waldman
P.S Please note that I am talking about using Outlook Express (the
e-mail client that came with IE4), NOT MS Outlook. Thank you!