Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding an email in outlook
Message
 
To
29/10/1999 19:13:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00284176
Message ID:
00284196
Views:
17
John,

I managed to figure this much out:

oOutlook = CREATEOBJECT("Outlook.Application")
oNameSpace = oOutlook.GetNameSpace("MAPI")
oFolder = oNameSpace.Folders(1)


For some reason, this does not work:
oFolder = oNameSpace.Folders("Inbox")


Next I'd like to search for a particular item.
Any ideas on how I go about that?

TIA

Kevin
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform