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
Divers
Thread ID:
00741623
Message ID:
00741629
Vues:
25
Guenter,

Instead of send() method, call display(). Look for vbaoutl9.chm on your hard drive (or similarly named file) for a reference of the object model.


>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
Steve Gibson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform