Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OutlookMail Body, Show Client?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
OutlookMail Body, Show Client?
Divers
Thread ID:
00741623
Message ID:
00741623
Vues:
65
Put OutlookMail on a form and put this
=oFrm1.oleEMail.Sendmail("","",email,"Betr.:","Body",,,.t.)
in a PRG, but I neither get body nor interactive send.

So I dumped it and
loOL=CREATEOBJECT("Outlook.Application")
loNS=loOL.GetNameSpace("MAPI")
loOB=loNS.GetDefaultFolder(4)
*Create message object in OutBox
oMessage=loOB.Items.Add
WITH oMessage
 .Recipients.Add("guenter.huber@aon.at")
 .Subject="Subject"
 .Body="Body"
 .Send()
ENDWITH
which works well, but what´s the property to show the interactive window and where´s a list of all of the OO goodies / Namespace - in newspeak?
Just find the needle... Thx
G
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform