Fax Cover Page Only?

  • Thread starter Thread starter Richard Ehemann
  • Start date Start date
R

Richard Ehemann

Anybody know a way to send just a cover page via Microsoft Fax? I tried leaving
the Filename property of the FaxDoc object blank, but that doesn't seem to work.
Do you have to attach a document in order to send a fax?

Thanks in advance,
Rich
 
1.. Choose Start | Programs | Accessories | Communications | Fax | Send
Cover Page Fax.
2.. Follow the steps in the Fax Wizard.
 
I'm trying to do this via a VB application and pass in all of the recipient
information.


Russ Valentine said:
1.. Choose Start | Programs | Accessories | Communications | Fax | Send
Cover Page Fax.
2.. Follow the steps in the Fax Wizard.

--
Russ Valentine
[MVP-Outlook]
Richard Ehemann said:
Anybody know a way to send just a cover page via Microsoft Fax? I tried leaving
the Filename property of the FaxDoc object blank, but that doesn't seem to work.
Do you have to attach a document in order to send a fax?

Thanks in advance,
Rich
 
Now you tell me.
Might try a programming group while you're at it then. Not sure how many
programmers frequent this group.
--
Russ Valentine
[MVP-Outlook]
Richard Ehemann said:
I'm trying to do this via a VB application and pass in all of the recipient
information.


Russ Valentine said:
1.. Choose Start | Programs | Accessories | Communications | Fax | Send
Cover Page Fax.
2.. Follow the steps in the Fax Wizard.

--
Russ Valentine
[MVP-Outlook]
Richard Ehemann said:
Anybody know a way to send just a cover page via Microsoft Fax? I
tried
leaving
the Filename property of the FaxDoc object blank, but that doesn't seem
to
work.
Do you have to attach a document in order to send a fax?

Thanks in advance,
Rich
 
Just delete the
line where u r assigning

objdoc.FileName =""
and run the code.

I hope this will work.
I had checked that .
Regards
Pavan


Russ Valentine said:
Now you tell me.
Might try a programming group while you're at it then. Not sure how many
programmers frequent this group.
--
Russ Valentine
[MVP-Outlook]
Richard Ehemann said:
I'm trying to do this via a VB application and pass in all of the recipient
information.


Russ Valentine said:
1.. Choose Start | Programs | Accessories | Communications | Fax | Send
Cover Page Fax.
2.. Follow the steps in the Fax Wizard.

--
Russ Valentine
[MVP-Outlook]
Anybody know a way to send just a cover page via Microsoft Fax? I tried
leaving
the Filename property of the FaxDoc object blank, but that doesn't
seem
 
Back
Top