I am using the fax software that came with XP.
I am using Office Outlook 2003.
PDF, MSWord attachments don't work.
PPT and JPEG attachments do work.
File types vary in how they can be sent as attachments from Outlook. For any
file to be sent as an attachment, it must have a printto verb defined for
the operating system.
For exampler, HTML files printto verb is usually:
rundll32.exe <Drive>:\WINDOWS\System32\mshtml.dll,PrintHTML "%1" "%2" "%3"
"%4"
JPEG, GIF, and BMP files seem to succeed without additional user
intervention. They take forever to transmit because every image is rendered
separately as a full page. Even a 5KB JPEG will take over 10 minutes to
transmit. They all use the same printto verb:
rundll32.exe <Drive>:\WINDOWS\System32\shimgvw.dll,ImageView_PrintTo /pt
"%1" "%2" "%3" "%4"
You need to create a printto verb for the file type you are trying to send.

Signature
Russ Valentine
[MVP-Outlook]
> I am using the fax software that came with XP.
> I am using Office Outlook 2003.
[quoted text clipped - 19 lines]
> >
> >.