Browse by Tags
All Tags »
Calendar (RSS)
Do you know that if voice mail is enabled on your account, you will be able to listen to your voice mail from your mobile phone and read it in your Inbox? Yes, that’s true. It’s not just only that; also you’ll receive a text message on your phone to alert
Read More...
I want to share couple of relevant information with respective Outlook 2010 CTP with respect to Calendars. Outlook has adopted the Ribbon in the Inbox and all throughout Outlook . The purpose of the Ribbon in Outlook is to help you become more efficient
Read More...
If you use Mac Entourage user then this is for you!! To take advantage of the latest innovations that Exchange 2007 has to offer, Entourage 2008, Web Services Edition uses Exchange Web Services to communicate with Exchange Server. In this update, Entourage
Read More...
Have you tried copying all Outlook Calendar items from one folder to another? What is the result that you got? In Microsoft Office Outlook 2007, Outlook 2003, Outlook 2002, and Outlook 2000, you cannot copy all the items in a Calendar folder when you
Read More...
Now, you can download Microsoft Office Suite Service Pack 2 which provides the latest updates to the 2007 Office Suite. It consists of, Previously unreleased fixes that were made specifically for this service pack. In addition to general product fixes,
Read More...
Hi Peers, I have include the part 1 of Exchange Web Services & VB.Net. Earlier my couple of VB developer customers were looking for relevant VB.Net related articles and found very few. Keeping in that mind, i have created this EWS_VB.net_Calendar
Read More...
Do you know how to use offline booking of resources in Outlook? Microsoft Office Outlook 2007, Microsoft Office Outlook 2003, Microsoft Outlook 2002, and Microsoft Outlook 2000 allow you to schedule a resource, such as a conference room or piece of equipment,
Read More...
My customer has CDOEX based legacy application which pulls the calendar and appointment items. Later they had merged their Exchange Server 2003 SP2 along with Exchange Server 2007 SP1 – mixed mode environment. He had an unique issue, whenever he tries
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...
Issue: One of my customer updated me that he created an appointment by using WebDAV. But the user has the following issues when he tries to view the mailbox owner's calendar: The appointment does not appear when Microsoft Outlook is in the Day, Week,
Read More...
Code Snippet (C#): //Declaration part string strExchSvrName = "" ; string strMailbox = "" ; string strCalendarUri = "" ; string strDomain = "" ; string strUserName = "" ; string strPassword = "" ; System.Net.HttpWebRequest WebDavRequest = null ; System.Net.HttpWebResponse
Read More...
Take this scenario. One of my customer wanted to updated the contact fields using PR_ENTRY_ID and other fields. He can able to obtain the other all fields and getting issue with this property whenever he retrieve using WebDAV· He gets garbage
Read More...
Publishing Free/Busy data: Free/busy data is published information that contains a user's personal availability data based on the user's schedule. Microsoft Exchange Server uses the information extensively when users schedule meetings. Exchange Server
Read More...
Please find the following MSDN article which helps us to make use of Microsoft Visual Studio 2005 to create an ASP.NET 2.0 Web site. It can create and send an Internet Calendar appointment to add to a Microsoft Office Outlook 2007 calendar. Internet Calendars
Read More...