Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OutlookMail Body, Show Client?
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00741623
Message ID:
00741629
Views:
24
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform