Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OUTLOOKMAIL class
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00947332
Message ID:
00948083
Views:
20
There is not enough code to determine the problem. But here is an example that works for me
o=CREATEOBJECT('outlook.application')
ns = o.GetNamespace('mapi')
df = ns.getdefaultfolder(6)
FOR EACH oItem IN df.items
 ? oItem.subject
ENDFOR
>This is the GETSUBJECT method of the OUTLOOKMAIL class.
>
>
>lcSubject=THIS.oInbox.Items[THIS.nCurrentMessageNumber].Subject
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform