> I'm using this
>
[quoted text clipped - 7 lines]
>
> Jesper
Do you need to see and/or edit the message before sending? If not just set the
final argument to False and the message will not open on the screen at all. It
will just be sent. Otherwise I don't think you can open more than one at a time
using SendObject. You could by automating Outlook (but not Outlook Express).

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Jesper - 25 Aug 2006 14:29 GMT
> Do you need to see and/or edit the message before sending? If not just
> set the final argument to False and the message will not open on the
> screen at all. It will just be sent. Otherwise I don't think you can
> open more than one at a time using SendObject. You could by automating
> Outlook (but not Outlook Express).
This is great, I don't really need to see the email. I do still get a
message that "a program is trying to communicate" where I have to hit "send"
but it's tolerable. Can I get rid of that?
Thanks for your help. I didn't think of not seeing the emails before sending
them.
Jesper
Jesper - 25 Aug 2006 16:41 GMT
> Do you need to see and/or edit the message before sending? If not just
> set the final argument to False and the message will not open on the
> screen at all. It will just be sent. Otherwise I don't think you can
> open more than one at a time using SendObject. You could by automating
> Outlook (but not Outlook Express).
It works pretty well now. I'm experimenting with using a html template, but
it doesn't seem to work.
I've assigned the name of the template as the last argument and the
outputformat as acFormatHTML but the email opens up as text. Does anyone
know?
Jesper
Dirk Goldgar - 26 Aug 2006 13:48 GMT
>> Do you need to see and/or edit the message before sending? If not
>> just set the final argument to False and the message will not open
[quoted text clipped - 7 lines]
> outputformat as acFormatHTML but the email opens up as text. Does
> anyone know?
The output message body is always plain text. The OutputFormat argument
applies to the object being attached (if any), not the message itself.
If you want to send an HTML message, you'll have to automate Outlook or
some other program, and not use SendObject.

Signature
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)