Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook Folders
Message
De
26/09/2000 10:06:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Outlook Folders
Divers
Thread ID:
00420897
Message ID:
00420897
Vues:
39
We're using Microsoft Exchange Server in our company. Every user has the permission to change or view other users mailboxes, agendas,... My question: how can i access another user's inbox or outbox from visual Foxpro. Do you have to use "MAPI" as NameSpace or something else. Let me know... I use this code to access a local inbox:

oOutlook = CreateObject("Outlook.Application")
oNameSpace = oOutlook.GetNameSpace("MAPI")
oInbox = oNameSpace.Getdefaultfolder(olFolderInbox)

for each oInbox in oInbox.Items


endfor

thisform.refresh()
Répondre
Fil
Voir

Click here to load this message in the networking platform