Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook, folders
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Outlook, folders
Divers
Thread ID:
00972090
Message ID:
00972090
Vues:
55
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform