Connecting Tech Pros Worldwide Forums | Help | Site Map

Sending email

Hank Reed
Guest
 
Posts: n/a
#1: Nov 12 '05
Hello,
I want to use Access 2000 to send email. We use netscape for
email. I have read many threads and nothing addresses the issue I am
having.
My code line:

DoCmd.SendObject acSendTable, "Employees", acFormatXLS, _
"UserName@aol.com", "OtherName@aol.com", , _
"Test", "Some message", True

The attachment, Subject Line, and Message show up in the
composition box. The address and CC fields are blank.

What did I miss?

Some suggested using "To: = Email@aol.com" but no luck with that

Thanks,
Hank Reed

Rick Brandt
Guest
 
Posts: n/a
#2: Nov 12 '05

re: Sending email


"Hank Reed" <hankrunner@aol.com> wrote in message
news:f4b05677.0404010530.793b583f@posting.google.c om...[color=blue]
> Hello,
> I want to use Access 2000 to send email. We use netscape for
> email. I have read many threads and nothing addresses the issue I am
> having.
> My code line:
>
> DoCmd.SendObject acSendTable, "Employees", acFormatXLS, _
> "UserName@aol.com", "OtherName@aol.com", , _
> "Test", "Some message", True
>
> The attachment, Subject Line, and Message show up in the
> composition box. The address and CC fields are blank.
>
> What did I miss?[/color]

From Access 97 Help file.

**************************
....for Microsoft Exchange, Microsoft Mail, Microsoft Windows for Workgroups
mail, or another electronic mail application that uses the Microsoft Mail
Applications Programming Interface (MAPI).

If you have an electronic mail application that uses the Vendor Independent
Mail (VIM) protocol and have installed and set up the dynamic-link library
(Mapivim.dll) that converts MAPI mail messages to the VIM protocol, you can
send Microsoft Access objects to the VIM mail application.
**************************

Do you know if Netscape mail qualifies according to the above?


--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com


Closed Thread