Browse by Tags
All Tags »
How to (RSS)
With continuation of my previous article , it just points out to find how we can get by using UI(User Interface like snap-in, MMC Console, ESM..etc)’s. This time, let me try something different with Exchange Server 2007 (i tried with Exchange Server 2007
Read More...
With continuation of my previous–related blog post , I got this task to find out the way how to identify the existing categories and updating/adding new categories in Outlook 2007 using Outlook Object Model programmatically. I tried the following to find
Read More...
using System; using System.Net; using System.IO; using System.Text; using System.Xml; namespace SampleCode { class GetFolders { static void Main( string [] args) { // Variables. System.Net.HttpWebRequest Request; System.Net.WebResponse Response;
Read More...
Hey, i found this webcast, which can help us to use the Outlook 2007 categories and flags. During this Support WebCast we will provide information about Microsoft Office Outlook 2007. Specifically, we will provide the following information: List the goals
Read More...
Do you want to un-install the components of the .Net Framework 3.5 SP1? Then you need to read this article ( article by Aaron ), in which he described his experience, how to uninstall the components of the .Net Framework 3.5 SP1? He gave the clear step-by-step
Read More...
Microsoft Office 2007 system contains several settings that enable you to control the way external threats are mitigated. By default, links to external content are disabled. This includes links to data sources, hyperlinks to Web sites and documents, and
Read More...
This time we will try using the Outlook Object model, we can able to get the Outlook File Menu commands programmatically ( I tried with Outlook 10 ) 1: ... 2: ' First get the ActiveExplorer 3: Dim oExp As Outlook.Explorer = oApp.ActiveExplorer() 4: 5:
Read More...
Can we create it programmatically? To create it programmatically using MAPI, we need to make use of CreateFolder() , the MAPI function. It is necessary to have very special privileges (obtained by opening the store with an EntryID created using IExchangeManageStore::CreateStoreEntryID())
Read More...
In this article, we will see how we can access a particular mailbox using Microsoft Exchange web services ? The DistinguishedFolderId element identifies Microsoft Exchange Server 2007 folders that can be referenced by name. The DistinguishedFolderId class
Read More...
When you create a COM add-in for a Microsoft Office program, the appearance of that add-in will conform by default to the standard Office appearance. However, with Microsoft Windows XP, you can choose from a number of visual styles (or themes) to customize
Read More...
If we want to "fully trust" the assemblies, it can be done through the signed assemblies. In Visual Studio 2005, you need to select the Properties for the project and select the Signing tab. After you installed (including the newly signed
Read More...
One of my customer uses MS Windows XP SP3 & Outlook 2007 reported that whenever he tries to connect to the Internet service provider (ISP) to retrieve messages from POP3, his earlier entered password is not retained. He was pretty sure that
Read More...
Do you know why MAPI is not suitable for HTML messages? MAPI 1.0 was written before HTML mail was developed and does not reliably support the creation of HTML-formatted messages. As you know, MAPI 1.0 is the version supported by all versions of Microsoft
Read More...
I found this wonderful article describes the optimization of memory usage on your computer that is running Exchange Server 2003. For example, if you have 1 gigabyte (GB) or more of physical memory (RAM) installed on a server that is running Microsoft
Read More...
Welcome to troubleshooting performance issues - MS Outlook Performance Series - Part 6 One of my customer reported that he is facing issue with Outlook 2007 & Windows Vista environment, as he can't open the .pst files. He get the following error:
Read More...