A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Fax programing



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 13th 09, 05:27 PM posted to microsoft.public.outlook.program_vba
MUSIWA
external usenet poster
 
Posts: 6
Default Fax programing

I am sure this has been done but help any way I have this

Set OutProg = CreateObject("outlook.application") 'open out look
Set OutM = OutProg.CreateItem(olMailItem) ' create a mail
With OutM 'send the fax
.subject = "I am trying"
.To = "@blah Blah"
.body = "This is the latest information on these most due
patients"
.Importance = Outlook.OlImportance.olImportanceNormal
.Display
.Send
End With
This works fine
Can I write the same thing for faxing instead instead of the outlook email

I have vista Ultimate with a LAN-Fax which works.

Thanks in advance and if there is a better way to fix it so it works even
better will be appreciated
  #2  
Old February 16th 09, 03:54 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Fax programing

There are no built-in interfaces to use faxing with Outlook. You would need
to use TAPI or whatever interfaces that fax software supports to pass the
fax information to the software.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"MUSIWA" wrote in message
...
I am sure this has been done but help any way I have this

Set OutProg = CreateObject("outlook.application") 'open out look
Set OutM = OutProg.CreateItem(olMailItem) ' create a mail
With OutM 'send the fax
.subject = "I am trying"
.To = "@blah Blah"
.body = "This is the latest information on these most due
patients"
.Importance = Outlook.OlImportance.olImportanceNormal
.Display
.Send
End With
This works fine
Can I write the same thing for faxing instead instead of the outlook email

I have vista Ultimate with a LAN-Fax which works.

Thanks in advance and if there is a better way to fix it so it works even
better will be appreciated


  #3  
Old February 17th 09, 12:35 AM posted to microsoft.public.outlook.program_vba
JP[_3_]
external usenet poster
 
Posts: 201
Default Fax programing

At my last job, we had RightFax integrated with Outlook. If you sent
an email to a fax number (stored as a Business Fax number in an
Outlook contact), it send the email as a fax. Any attachments you send
in the email were printed out at the other end.

HTH,
JP

On Feb 13, 11:27*am, MUSIWA wrote:
I am sure this has been done but help any way I have this

Set OutProg = CreateObject("outlook.application") 'open out look
* * Set OutM = OutProg.CreateItem(olMailItem) ' create a mail
With OutM 'send the fax
* * * * * * .subject = "I am trying"
* * * * * * .To = "@blah Blah"
* * * * * * .body = "This is the latest information on these most due
patients"
* * * * * * .Importance = Outlook.OlImportance.olImportanceNormal
* * * * * * .Display
* * * * * * .Send
* * * * End With
This works fine
Can I write the same thing for faxing instead instead of the outlook email

I have vista Ultimate with a LAN-Fax which works.

Thanks in advance and if there is a better way to fix it so it works even
better will be appreciated


  #4  
Old February 17th 09, 08:49 PM posted to microsoft.public.outlook.program_vba
MUSIWA
external usenet poster
 
Posts: 6
Default Fax programing

The problem JP is that 2007 outlook lost that capability and that is where I
have a problem. I was hoping that the scan and fax interface was replacing
that capability but I donot know how to intaract with thru VBA

"JP" wrote:

At my last job, we had RightFax integrated with Outlook. If you sent
an email to a fax number (stored as a Business Fax number in an
Outlook contact), it send the email as a fax. Any attachments you send
in the email were printed out at the other end.

HTH,
JP

On Feb 13, 11:27 am, MUSIWA wrote:
I am sure this has been done but help any way I have this

Set OutProg = CreateObject("outlook.application") 'open out look
Set OutM = OutProg.CreateItem(olMailItem) ' create a mail
With OutM 'send the fax
.subject = "I am trying"
.To = "@blah Blah"
.body = "This is the latest information on these most due
patients"
.Importance = Outlook.OlImportance.olImportanceNormal
.Display
.Send
End With
This works fine
Can I write the same thing for faxing instead instead of the outlook email

I have vista Ultimate with a LAN-Fax which works.

Thanks in advance and if there is a better way to fix it so it works even
better will be appreciated



  #5  
Old February 18th 09, 12:53 AM posted to microsoft.public.outlook.program_vba
JP[_3_]
external usenet poster
 
Posts: 201
Default Fax programing

Sorry, wish I could be more help here.

--JP

On Feb 17, 2:49*pm, MUSIWA wrote:
The problem JP is that 2007 outlook lost that capability and that is where I
have a problem. I was hoping that the scan and fax interface was replacing
that capability but I donot know how to intaract with thru VBA

"JP" wrote:
At my last job, we had RightFax integrated with Outlook. If you sent
an email to a fax number (stored as a Business Fax number in an
Outlook contact), it send the email as a fax. Any attachments you send
in the email were printed out at the other end.


HTH,
JP


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Starting Outlook Programing JP Add-ins for Outlook 6 April 12th 07 11:47 AM
Starting Outlook programing. JP Outlook and VBA 2 April 11th 07 05:20 PM
Starting to Outlook Programing JP Outlook - Using Forms 1 April 10th 07 04:31 PM


All times are GMT +1. The time now is 06:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.