Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook, folders
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Outlook, folders
Miscellaneous
Thread ID:
00972090
Message ID:
00972090
Views:
54
Hi
I am working with folders in Outlook. So far I am able to get stuff out of the
InBox as follows
loOutlook    =  CREATEOBJECT('Outlook.Application')
loNS         =  loOutlook.GetNameSpace('MAPI')
loInbox	     =	loNS.GetDefaultFolder(6)
loInboxItems =	loInbox.Items

** emails in InBox are items 1 ... x
loEmail	     =	loInboxItems.Item(x)
By substituting other values into
loNS.GetDefaultFolder(x)
I can get into the Sent Items or Deleted Items or Personal Folders
but I have a whole bunch of folders within my Personal Folders.
For instance, one of these is called People.

Is there a way to get into the People folder or other folders within the
PErsonal Folders?

Thanks
Steve
Next
Reply
Map
View

Click here to load this message in the networking platform