Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Security Problems with Outlook 2000 and Windows XP
Message
From
05/03/2003 13:20:21
 
 
To
05/03/2003 12:02:15
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00761025
Message ID:
00761654
Views:
48
You might want to look at redemption also.

Download “Outlook Redemption“, 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:\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()
Tracy
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Previous
Reply
Map
View

Click here to load this message in the networking platform