How can I force outlook to send the email-fax (created bu Ms Fax) automatically ?

  • Thread starter Thread starter Nour
  • Start date Start date
N

Nour

Hi,

I have an application that sends out faxes ...
The faxes are kept in the outbox waiting for the "send & receive" button
click.

How can I force outlook to send the email-fax (created bu Ms Fax)
automatically without having to open outlook and click on "send & receive"
button ?

Thanks,
Nour
 
Again, if you need an answer, you must provide at least some information.
You have provided none.
At a minimum you need to clarify:
1. The application that invokes the Fax Service and how it does so.
2. Outlook version
3. Fax version
4. How your Fax Mail transport is configured.
5. How your fax recipients address is configured and where it is stored.
 
1. The application that invokes the Fax Service and how it does so.
MS ACCESS 2002
2. Outlook version
Outlook 2002
3. Fax version
Microsoft Fax consol v. 5.1
4. How your Fax Mail transport is configured.
In outlook: Tools/Email accounts/view/change .../ add / additionnal
serveurs/Fax transport protocol
5. How your fax recipients address is configured and where it is stored.
I run this code from access:

' Fax report ...
DoCmd.SendObject acReport, stDocName, acFormatRTF, "[fax: " & strTel &
"]", , , , , False

If you need more info let me know.

Thanks

Nour

Russ Valentine said:
Again, if you need an answer, you must provide at least some information.
You have provided none.
At a minimum you need to clarify:
1. The application that invokes the Fax Service and how it does so.
2. Outlook version
3. Fax version
4. How your Fax Mail transport is configured.
5. How your fax recipients address is configured and where it is stored.
--
Russ Valentine
[MVP-Outlook]
Nour said:
I know that but I am looking for an option in outlook that does it
automatically.

Nour,
 
Good question for a programming group then.
Looks to me as if Outlook cannot recognize your fax address.
--
Russ Valentine
[MVP-Outlook]
Nour said:
1. The application that invokes the Fax Service and how it does so.
MS ACCESS 2002
2. Outlook version
Outlook 2002
3. Fax version
Microsoft Fax consol v. 5.1
4. How your Fax Mail transport is configured.
In outlook: Tools/Email accounts/view/change .../ add / additionnal
serveurs/Fax transport protocol
5. How your fax recipients address is configured and where it is stored.
I run this code from access:

' Fax report ...
DoCmd.SendObject acReport, stDocName, acFormatRTF, "[fax: " & strTel &
"]", , , , , False

If you need more info let me know.

Thanks

Nour

"Russ Valentine [MVP-Outlook]" <[email protected]> a écrit dans le message
de
Again, if you need an answer, you must provide at least some information.
You have provided none.
At a minimum you need to clarify:
1. The application that invokes the Fax Service and how it does so.
2. Outlook version
3. Fax version
4. How your Fax Mail transport is configured.
5. How your fax recipients address is configured and where it is stored.
--
Russ Valentine
[MVP-Outlook]
Nour said:
I know that but I am looking for an option in outlook that does it
automatically.

Nour,


"XP User" <[email protected]> a écrit dans le message de (e-mail address removed)...
Tools>Options>Send Messages Immediately

I have an application that sends out faxes ...
The faxes are kept in the outbox waiting for the "send & receive"
button
click.

How can I force outlook to send the email-fax (created bu Ms Fax)
automatically without having to open outlook and click on "send &
receive"
button ?
 
Back
Top