SBendBuckeye
Programmer
Need to generate and send email from code
This code seems to take care of the profile in a multi user environment:
Set objNameSpace = objApp.GetNamespace("MAPI"
strTemp = objNameSpace.CurrentUser.Name
Call objNameSpace.Logon(strTemp, , False, False)
But how do I stop the warning box about someone is trying to send email from your system. Some of the other office products do things like DisplayAlerts=False, Warnings=Off, etc. Is there an equivalent in Outlook?
Thanks!
Have a great day!
j2consulting@yahoo.com
This code seems to take care of the profile in a multi user environment:
Set objNameSpace = objApp.GetNamespace("MAPI"
strTemp = objNameSpace.CurrentUser.Name
Call objNameSpace.Logon(strTemp, , False, False)
But how do I stop the warning box about someone is trying to send email from your system. Some of the other office products do things like DisplayAlerts=False, Warnings=Off, etc. Is there an equivalent in Outlook?
Thanks!
Have a great day!
j2consulting@yahoo.com