Browse by Tags
All Tags »
Outlook 2003 (RSS)
“We want to be able to have the users in our company log on to outlook without having to configure anything? Is there a way that I could automate a profile creation once the user opens up Outlook? Or is this something that will have to be
Read More...
I tried to play around with Outlook 2003 and GPO. I thought to disable the outlook 2003 option 'Remove extra line breaks in plain text messages' for the client systems. I thought to do this whether we can try with any registry setting or GPO? Later i
Read More...
Reading Journal attachments using Outlook Object Model: This time, i tried to read all the email and their attachments using Outlook Object Model. I used the following code snippet to do this. 'Code Snippet : How to retrieve Outlook attachments using
Read More...
After created couple of journal items in my test lab, i thought this time i want to play around with the Journal items. Also i want to try the following programmatically: 1) iterate all the available journal items 2) Restrict the values with a (if the
Read More...
I want to share my research (that i tried to play around with Journal items) with respect to Outlook Object Model API to you. How to create the new Journal Item programmatically using Outlook Object Model? Now, we can try how we can create a new Journal
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...
In this blogpost, we will try to create the Outlook Categories programmatically using Outlook Object Model API. Also we will assign the relevant colors and shortcuts to that. Whenever we try with Outlook Object Model, it’s relatively simple. '[Code snippet
Read More...
Hi, Please find the following code snippet shows how we can modify/edit/add more or in-appropriate CSS/HTML tags available in the Outlook e-mail’s HTMLBody using Outlook Object Model: '[Code Snippet - Outlook Object Model '[How to modify Outlook e-mail's
Read More...
Please find the following code snippet for retrieving various Outlook attachments - Reference, Value, Embedded and OLE using Outlook Object Model (OOM) & VBA: 'Code Snippet : How to retrieve Outlook attachments using Visual Basic for Application
Read More...
'[VBA & Outlook Object Model : Code snippet to delete Outlook recurring Task items (whose status marked as Completed)] 'Declaration part ... dim otaskitem as Outlook.Taskitem dim ofolder as Outlook.Folder 'Get the Task items set ofolder
Read More...
Certain technologies that predate the .NET Framework are not supported in managed code programming. These technologies include Collaboration Data Objects (CDO), Messaging Application Programming Interface (MAPI, often known as Extended MAPI), and Simple
Read More...
In this article, we are going to see how we can get Explorer & Inspector selected mail item using Outlook Object Model (OOM) & .Net and process it. '[Code Snippet : VB.Net, .Net Framework 2.0/3.5, Outlook Object Model (OOM)] ... 'Declaration part
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...
Per the support knowledgebase , we need to add the SCL rating field, follow these steps: In Outlook 2003, click Inbox . On the View menu, click Arrange By , and then click Custom . In the Customize View: Messages dialog box, click Fields . In the Show
Read More...
In this series, we will concentrate on how we can get the IMF SCL rating programmatically with Outlook 2003/2007 by calling the getSCL() method: '[Outlook VBA : Code snippet] ... Sub getSCL() … Set inbox = Outlook.ActiveExplorer.CurrentFolder Set
Read More...