Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open Outlook Item
Message
De
08/05/2006 18:34:48
 
 
À
31/03/2006 11:08:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Divers
Thread ID:
01109515
Message ID:
01120207
Vues:
15
This message has been marked as the solution to the initial question of the thread.
Did I mention I was using 'Redemption'?
oSafeItem = CreateObject("Redemption.SafeMailItem") 
***** set subject & body *******
oSafeItem.save()
.
.
Then I have to do the following to get
the "safeItem" to "instantly" display
.
.
oMsg = oSafeItem.Item
oMsg.Attachments.Add((A1))   && maybe add an attachment
oMsg.save
oMsg.Display
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform