![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi,
I have been using below code to get the users detailed contact information. Dim usersList As Outlook.AddressEntries Dim oEntry As Outlook.AddressEntry Dim oContact As Object Set usersList = Outlook.Application.Session.AddressLists.Item("All Users").AddressEntries Set oEntry = usersList.Item("user name") MsgBox oEntry.GetExchangeUser().BusinessTelephoneNumber & " " & oEntry.GetExchangeUser().MobileTelephoneNumber I could see BusinessTelephoneNumber and MobileTelephoneNumber properties in GetExchangeUser() method but couldn't find HomeMobileNumber. I have verified the same from Object browser and couldn;t see the HomeTelephoneNumberProperty there. Is this expected? How could I get the HomeTelephoneNumber then? Though I could see the HomeTelephoneNumber property is a part of ContactItem, I cannot use it as all users won't be part of contacts folder. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
pasteface method crashing outlook | pasteface method crashing outlook | Outlook - Using Forms | 7 | September 17th 09 03:41 PM |
question about AddStore method | [email protected] | Outlook and VBA | 2 | November 27th 07 06:53 PM |
Outlook find Method | Meex | Outlook and VBA | 4 | May 4th 07 07:25 AM |
Outlook Object Send Method | Rob | Outlook and VBA | 1 | March 17th 07 06:49 PM |
Best method for using Outlook out of the office | Bob | Outlook - General Queries | 1 | January 31st 06 02:05 AM |