D
Dugutigi
I'm using Visual Basic to create and send a message thru Outlook 2003. It
has worked perfectly for over a year at multiple sites, and works whether or
not the user has Outlook open.
However, I have one site where an error occurs only if Outlook is closed.
If Outlook is open, the message is sent just fine. If Outlook is closed, the
user recieves an error message "The operation failed" upon execution of the
following line:
Set objOutlookMailItem = objOutlook.CreateItem(olMailItem)
This is very perplexing because it is only happening at one of over 100
sites. Any help will be greatly appreciated. Thanks.
has worked perfectly for over a year at multiple sites, and works whether or
not the user has Outlook open.
However, I have one site where an error occurs only if Outlook is closed.
If Outlook is open, the message is sent just fine. If Outlook is closed, the
user recieves an error message "The operation failed" upon execution of the
following line:
Set objOutlookMailItem = objOutlook.CreateItem(olMailItem)
This is very perplexing because it is only happening at one of over 100
sites. Any help will be greatly appreciated. Thanks.