Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email warning message
Message
 
To
21/02/2003 16:56:48
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00756421
Message ID:
00792507
Views:
33
I've also run into problem...have tried Redemption with mixed results..
When Outlook is running, Redemption is not able to send the message and it appears in the Drafts Folder (see the FAQ page on the Redemption site). The workaround code assumes that Outlook is up and running. Any suggestions for code which will test for a running copy of Outlook?





>This is a security function of Outlook. You might want to look at redemption.
>
>“Outlook Redemption“ is a DLL written by Dmitry Streblechenko. It is free for personal use and costs $199 to distribute in commercial software:
>
>http://www.dimastr.com/redemption/download.htm
>
>After downloading it, you can try something similar to:
>
>
>*--Need path to redemption
>set DEFAULT TO c:\programnotes\redemption
>*--Send Email
>oOutlook = GETOBJECT(, "Outlook.Application")
>oMailItem = oOutlook.CreateItem(0)
>oSafeMailItem = CREATEOBJECT("Redemption.SafeMailItem")
>oSafeMailItem.Item = oMailItem
>oSafeMailItem.Subject = "Test Email with Redemption"
>oSafeMailItem.Recipients.Add("somebody@somewhere.com")
>lResolved = oSafeMailItem.Recipients.ResolveAll()
>lSent = oSafeMailItem.Send()
>
>
>
>>I have one user who gets the following message when they try to email a PDF file from within a VFP program.
>>
>>"A program is trying to access e-mail addresses you have stored in outlook. do you want to allow this?"
>>
>>"Yes NO HELP"
>>
>>This program does not give the message on other machines.
>>
>>Any ideas?
>>
>>We are using VFP6 and outlook 2002 It is running on a WIN2K box and the email server is Exchange.
>>
>>Thanks
>>
>>Alan Wyne
>>IS Manager
>>Rollpak Corp
Previous
Reply
Map
View

Click here to load this message in the networking platform