Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Office Auto Outlook
Message
De
29/08/2005 15:56:15
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Office Auto Outlook
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01044895
Message ID:
01044895
Vues:
49
Hello all.
Doing this:
oOutlook 	= Createobject("Outlook.application")
oSafeItem	= Createobject("Redemption.SafeMailItem")
oNameSpace 	= oOutlook.GetNameSpace( "MAPI" )
oDrafts		= oNameSpace.GetDefaultFolder(16)
oInbox		= oNameSpace.GetDefaultFolder(6)
oMailS		= oOutlook.CreateItem( 0 )
oSafeItem.Item = oMailS
Is it possible to set the "From" property or override it
to someone other that what's defined in your own Outlook
account? I have looked but what I found is all readonly
properties.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform