Jump to content

How to search outlook global address list?


Recommended Posts

I know how to search the contacts folder, but how can i search the "Global Address List"?

I tried to shoot in the dark with this code, but it doesn't work.... any ideas?

$OutlookApplication = ObjCreate ( "Outlook.Application" )
$OutlookNamespace = $OutlookApplication.GetNamespace("MAPI")
$OutlookContacts = $OutlookNamespace.AddressLists("Global Address List")


;This line is where the script fail.... 
$OutlookContact = $OutlookContacts.Items.Find('[FirstName] = "John"' ) 
If IsObj( $OutlookContact) Then
     MsgBox ( 0 , "Debug" , "Found" )
Else
     MsgBox ( 0 , "Debug" , "Not Found" ) 
EndIf
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...