Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Security Problems with Outlook 2000 and Windows XP
Message
De
05/03/2003 13:20:21
 
 
À
05/03/2003 12:02:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00761025
Message ID:
00761654
Vues:
47
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"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform