Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook Encryption and Digital Signature
Message
De
19/04/2007 13:09:10
Scott Sherman
Puyallup Tribal Health Authority
Tacoma, Washington, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Outlook Encryption and Digital Signature
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Divers
Thread ID:
01217944
Message ID:
01217944
Vues:
79
I generally use CDO to send email messages but I need to use Exchange Encryption.

Is there a way to turn on or off a digital signature and encryption for an outlook mail item automated from FoxPro? Below is my rather crude code to send an email using the outlook client on the PC the program is running on. As far as I can tell, there is no way to turn on or off the digital signature and encryption for a single mail item. I have found that if I set the outlook to always encrypt and sign, all automated emails are encrypted and signed.
loOutlook = CREATEOBJECT('outlook.application')
loEmailItem = loOutlook.CreateItem(0)
loEmailItem.TO = m.msgEmailAddresses
loEmailItem.Subject = m.msgSubject
loEmailItem.Body = m.msgText
loEmailItem.Importance = 1
loEmailItem.SEND
Scott Sherman
Répondre
Fil
Voir

Click here to load this message in the networking platform