F
fitful_thought
This code forms part of a routine that will be running on some computers
that have Outlook 2003 and some that have Outlook Web Access for Exchange
2003.
DimOutAppAsOutlook.Application
DimOutMailAsOutlook.MailItem
SetOutApp=CreateObject("Outlook.Application")
SetOutMail=OutApp.CreateItem(olMailItem)
Can I add something to the above code to terminate the routine if outlook is
not available?
Please feel free to contribute is you have an ideas.
that have Outlook 2003 and some that have Outlook Web Access for Exchange
2003.
DimOutAppAsOutlook.Application
DimOutMailAsOutlook.MailItem
SetOutApp=CreateObject("Outlook.Application")
SetOutMail=OutApp.CreateItem(olMailItem)
Can I add something to the above code to terminate the routine if outlook is
not available?
Please feel free to contribute is you have an ideas.