Quantcast
Channel: Microsoft Access Forum
Viewing all articles
Browse latest Browse all 880

Access 2013 abfrage zum Pfad der Outlook pst

$
0
0

Hallo

ich versuche mit folgendem Code den oder die Pfade zur Outlook PST aufzulisten

nur bekomme ich diesen nicht ausgegeben - anstelle dessen ""

Dim objOutl As Object
Dim oNameSpace As Object
Dim oStore As Object
Dim oStores As Object

Set objOutl = CreateObject("outlook.application")
Set oNameSpace = objOutl.GetNamespace("MAPI")

Set oStores = oNameSpace.Stores

For Each oStore In oStores
    Debug.Print "Pfad :" & oStore.FilePath & vbCrLf
Next oStore


Viewing all articles
Browse latest Browse all 880


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>