Fax Cover Page Only?

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
 
R

Russ Valentine [MVP-Outlook]

1.. Choose Start | Programs | Accessories | Communications | Fax | Send
Cover Page Fax.
2.. Follow the steps in the Fax Wizard.
 
R

Richard Ehemann

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
 
R

Russ Valentine [MVP-Outlook]

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
 
P

Pavan Kumar

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top