Browse by Tags
All Tags »
contacts (RSS)
Earlier i was working with one of the customer, where he wants to use Outlook Object Model to, - retrieve the default contact folder items - restrict on the retrieved items - get the restricted items and gets its values – Full Name, Categories, FileAs…
Read More...
With continuation from the previous free/busy article 1 & 2 , now we will see how to view other people’s free/busy information on the internet; also how to set the free/busy search path for a specific contact using Internet Free/Busy (IFB) feature
Read More...
With continuation from the previous free/busy article , now we will focus on Internet Free/Busy (IFB) feature & ical. What is Internet Free/Busy or IFB? It is a feature in Outlook 2007 and in Outlook 2003 that allows you to see when others are free
Read More...
Whenever we discuss with regards to Outlook Add-in customization, many of our customer(s) or their developers want to customize it according to their requirements. Also they look for the code-samples, related articles to proceed further. In this discussion,
Read More...
Please find the following script that retrieves the FullName and BusinessTelephoneNumber properties for all the contacts in an Outlook address book: 1: On Error Resume Next 2: 3: Const olFolderContacts = 10 4: 5: Set objOutlook =
Read More...
When one my customer tried to add a Global Address Book entry to the Contacts folder, the contact is not added. She received the following error message: There is not enough memory to perform the operation. This problem may occur if the size of the certificate
Read More...
In the Contact form of Microsoft Outlook, the country that you want to use may not be listed in the Country/Region field list. Please find the following Support KB which provides the resolution for this issue.
Read More...
Do you know the support that is available for applications that use the Web Distributed Authoring and Versioning (WebDAV) protocol to access Microsoft Exchange 2000 Server or Microsoft Exchange Server 2003 ? What is supported? Microsoft support
Read More...
Welcome to Exchange Server 2003 Development Technologies - Series # 1 We know that Outlook Object Model (OOM), integral programming part for client side messaging is used widely. I found this wonderful article , which tabulates the information about using
Read More...
Welcome to Outlook Programming series # 7 In this series, we will learn "How to change display Formats Programmatically for All Contacts in Outlook 2007?". I found this wonderful article which describes programatically how to create an add-in to change
Read More...
Welcome to Outlook Programming series # 4 In this series, we will learn "How to automatically add contacts to Outlook with Visual FoxPro?". I found this wonderful article , which describes programatically how to add contacts to Outlook with Visual Foxpro
Read More...