We are attempting to use an auto email notification process at the end of various programs, such as night updating and major data transfer programs.
I have created the program using the following beginning type creation and connection and it functions perfectly from my IT computer.
oSess =CREATEObject("MSMAPI.MAPISession"
Other workstations get input screens asking for profile identifcation, and other stations just ignore the entire call to the app containing the email session.
Is this an OUTLOOK issue or is it a Foxpro Library issue where the user doesn't have all the libraries that development stations have?
Thank you
I have created the program using the following beginning type creation and connection and it functions perfectly from my IT computer.
oSess =CREATEObject("MSMAPI.MAPISession"
Other workstations get input screens asking for profile identifcation, and other stations just ignore the entire call to the app containing the email session.
Is this an OUTLOOK issue or is it a Foxpro Library issue where the user doesn't have all the libraries that development stations have?
Thank you