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
Title:
OutlookMail Body, Show Client?
Miscellaneous
Thread ID:
00741623
Message ID:
00741623
Views:
64
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
Next
Reply
Map
View

Click here to load this message in the networking platform