I'm working around an Outlook Security feature that calls for a prompt when sending email automatically.
I would like to create a macro that would be fired up be task scheduler that would first close outlook, then open another MAPI compliant email program without the security feture, ren the sendobject command, close the second mail program, open outlook and then close Access.
I can open the applicatons OK but I'm not sure how to close any except Access.
I tried:
Option Compare Database
Function close_Outlook()
Dim Outlook As Application
Outlook.Quit
End Function
But I'm off base on that. Any ideas
Thanks
I would like to create a macro that would be fired up be task scheduler that would first close outlook, then open another MAPI compliant email program without the security feture, ren the sendobject command, close the second mail program, open outlook and then close Access.
I can open the applicatons OK but I'm not sure how to close any except Access.
I tried:
Option Compare Database
Function close_Outlook()
Dim Outlook As Application
Outlook.Quit
End Function
But I'm off base on that. Any ideas
Thanks