473,796 Members | 2,619 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SendObject using a particular Email Client


Is there a way to have Access 2002 open a particular email client, when
using DoCmd.SendObjec t? So far, Access simply opens the default email
client that is set under Control Panel/Internet Options.

I would like to open the email client for Netscape Communicator 4.78,
or Netscape 7.1. I'm not very sure, but I think calling these email
clients might have something to do with dll files.

I am using the following code:

DoCmd.SendObjec t , , , , , , , , True
Many thanks

Marcus
******

Nov 13 '05 #1
2 2717
Marcus wrote:
Is there a way to have Access 2002 open a particular email client,
when using DoCmd.SendObjec t? So far, Access simply opens the default
email client that is set under Control Panel/Internet Options.

I would like to open the email client for Netscape Communicator 4.78,
or Netscape 7.1. I'm not very sure, but I think calling these email
clients might have something to do with dll files.

I am using the following code:

DoCmd.SendObjec t , , , , , , , , True


SendObject will always use the default MAPI client. If an alternative
client is OLE compliant then you can use automation to use it to send Email,
but not with SendObject.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #2
Rick Brandt wrote:
SendObject will always use the default MAPI client. If an alternative
client is OLE compliant then you can use automation to use it to send Email,
but not with SendObject.


And good luck getting sendobject to work with netscape 7.x, anyway. In
A2003, it refuses to assign the to address. Blinking annoying - I'm
eventually going to get the MS Techs to help me do this with Netscape
once I get around to it.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
4627
by: Jay Bienvenu | last post by:
I am trying to execute a DoCmd.SendObject command to produce an email message from Access 2000. The command produces the email message, but the To:, CC: and BCC: fields are blank. The subject field and content come across fine. I can verify that the information isn't leaving Access. My client is experiencing the same problem. I tried it on two different computers; same problem.
0
1945
by: Jay Bienvenu | last post by:
I'm having a very strange problem that currently defies explanation. I use the code below to send a status report to a client. The intent is to send the user the report via fax using WinFax and/or email it using Outlook. The problem is that after executing the DoCmd.OpenReport command (fax) or DoCmd.SendObject command (email), the code simply stops running. No error message, no indication that there is a logical reason for this code to...
0
2367
by: Bret Shortall | last post by:
Using the SENDOBJECT action command in a Macro works fine if you hard code in their email address. SENDOBJECT TO bret@emailaddress.com SUBJECT This is the Subject line of the email My problem is that the email address is stored in a field in a table. In a MACRO, how can I put the field name in the TO value? For
1
9927
by: Alfred | last post by:
Hi I am using access 2002 1.0 I want to email a word or html file using the docmd.sendobject The document must be send as a attachment. 2.0 Second I would like to tell the Docmd.Sendobject to take the Info in a html or word document and to use it as the body of the email message. Is this possible. How can I do this. Thanks Alfred
4
2200
by: Richard Cleaveland | last post by:
We have an Access 97 application which uses the DoCmd.SendObject method to send emails when a command button is activated. Our standard email client is Eudora. On all but one machine we have no trouble establishing Eudora as the default email client and having it work with Access. This other machine is a real problem and I'm soliciting suggestions. With the application open, and Internet explorer also open, if a "mailto" is selected...
8
5088
by: Andy Kasotia | last post by:
Warning message in Outlook 2003 while using SendObject. When i try to use sendobject to send an email, a warning massage pops up, saying that "Outlook is trying to send an email.......if this is a virus, you should choose no." Can I do away with this message and have it send the email without user intervention? I wasn't able to find any optional parameters for the SendObject that
0
2949
by: Eddy | last post by:
We use Thunderbird as E-Mail client. When sending a report from MsAccess 2003 running under Windows XP, the attachment is a xxxx.tmp file instead of the required docname.rtf file. I do not have this particular problem when running under windows2003 server. The Windows Knowledge base only states this example when using Lotus Notes as e-mail client. The temp directory is empty. Anyone ideas? DoCmd.SendObject acReport, "" & stDocName &...
3
1662
by: Fred Zuckerman | last post by:
Hello All, I had written a quick email procedure for a client that uses DoCmd.SendObject. However they have the SR-1 version of Access 2K. They do not have the SP-3 upgrade. The procedure does not work all of the time (it seems to fail on long emails). The procedure works fine on my computers that have the SP-3 upgrade. I read about the SP-3 upgrade and it evidently repairs some SendObject bugs. Unfortunately, the client has another...
1
2227
by: bgreer5050 | last post by:
I am using Access 2000 and need a little help writing the code the proper way to do the following: I have a form with the following fields: "Requestor" and "RequestorEmailAddress" I have a subform with the following fields: "OpenPoNumber" I want to use the DoCmd.SendObject to send an email of the form to the
0
9685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9533
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10461
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10239
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10190
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
5447
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5579
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.