![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Starting Outlook Programing | JP | Add-ins for Outlook | 6 | April 12th 07 10:47 AM |
Starting Outlook programing. | JP | Outlook and VBA | 2 | April 11th 07 04:20 PM |
Starting to Outlook Programing | JP | Outlook - Using Forms | 1 | April 10th 07 03:31 PM |