Welcome to MSDN Blogs Sign in | Join | Help

News

  • <font color="WHITE">Le Café Central de DeVa</font> DeVa rocks

    Bookmark and Share Bookmark and Share

    I changed the way of blogging, re-designed along with Windows 7 launch!!
    Additionally added feature, so that you can try to view the page in your language (any one of them)

    Deva Gnanam

    உங்கள் பேட்ஜை உருவாக்குங்கள்
    Translate into your language

    My XBOX Live

    XBox Live

    Disclaimer:

    This weblog/blog is solely my opinion.The information in this weblog/blog is provided "AS IS" with no warranties, and confers no rights. This weblog/blog does not represent the thoughts, intentions, plans or strategies of my employer. Inappropriate comments will be deleted at the authors discretion.

    Use of included script samples are subject to the terms specified in theTerms of Use

    .

    Privacy Statement:
    I do not collect personal data associated with comments posted to this site.


    Comments:
    We would like to hear your comments, reviews & valuable constructive opinion....


    Site Statistics
    Locations of visitors to this page





    Make a difference


    Subscription offer


    Developer resources



    Students free software

    Try & Test Drive Online

    More about Windows 7



    Experiences

    Go Green!!




Browse by Tags

All Tags » development   (RSS)
MAPI : When we try to access Public Folder via ASP application throws MAPI_E_FAILONEPROVIDER
Recently one of my customer updated that they get an different issue with their ASP application. This application running on their Web server that uses MAPI to read the Contacts folder in the Public Folders from Exchange Server 2003 SP2 machine. The user Read More...
Playing with Journal Items &amp; Outlook Object Model # 3
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...
Playing with Journal Items & Outlook Object Model # 2
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...
Playing with Journal Items & Outlook Object Model # 1
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...
Outlook Object Model : Using Restrict method to get contacts based on specific categories
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...
Reference : Where you can get MAPI reference, samples for Outlook 2010?
You can get the MAPI reference for Outlook 2010 using MSDN: http://msdn.microsoft.com/en-us/library/cc765775(office.14).aspx MAPI for Outlook 2010 provides a set of interfaces, functions, and other data types to facilitate the development of Outlook 2010 Read More...
How to : Determine the version number, build number of Exchange Server 2007 using cmdlet?
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...
Outlook Object Model: How to identify existing categories and updating/adding new categories in Outlook 2007 using programmatically?
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...
KB: Why OWA or EWS application doesn’t show yearly recurring appointment?
While working with one of my customer we noticed that the yearly recurring appointment doesn’t show in Outlook Web Access or Exchange Web Services(EWS) application. Customer created a monthly or yearly recurring appointment. He set the request to occur Read More...
WebDAV : How to retrieve list of folders from Exchange Server using Search method (WebDAV) programmatically ?
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...
Historical debugger – Visual Studio 2010
If you’ve been in the development world for any length of time you’ve probably ended up in a situation like one of the following more than a few times . · You’ve received reports of a crash from a tester, but on your local box you can’t get the bug to Read More...
Error Code : List of ASP Error Codes & its description
When i was searching for Classic ASP (not ASP.Net) related error code, i found the related information . Please find the list of ASP error codes that may be returned while an Active Server Pages (ASP) page is processing. This may vary depending on the Read More...
Outlook Object Model : Creating Outlook Categories programmatically and assign colors, shortcut keys to that
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...
Outlook Object Model : Creating simple tasks programmatically using OOM & VBA?
In this post, we will create the simple Outlook tasks programmatically using Outlook Object Model API & VBA. We do this by using the code snippet: '[Code Snippet for creating Simple Tasks using Outlook Object Model API & VBA]   Private Sub Read More...
Windows Mobile : Windows Mobile 6.5 Developer Tool Kit available
If you’re a Windows Mobile developer, then this is for you. While this has been a much-awaited release for the developer community, some confusion has arisen in the media. To clarify, the Windows Mobile 6.5 Developer Tool Kit (DTK) is not an SDK. The Read More...
More Posts Next page »
Page view tracker