Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
May 2013
(3)
April 2013
(4)
March 2013
(3)
February 2013
(3)
January 2013
(3)
December 2012
(10)
August 2012
(2)
July 2012
(1)
June 2012
(20)
May 2012
(5)
April 2012
(7)
March 2012
(2)
February 2012
(8)
January 2012
(3)
December 2011
(5)
November 2011
(2)
October 2011
(1)
August 2011
(4)
July 2011
(6)
June 2011
(6)
May 2011
(1)
April 2011
(4)
March 2011
(3)
February 2011
(5)
January 2011
(1)
December 2010
(14)
November 2010
(27)
October 2010
(22)
September 2010
(15)
July 2010
(1)
June 2010
(6)
May 2010
(5)
April 2010
(16)
March 2010
(4)
February 2010
(3)
January 2010
(16)
December 2009
(10)
November 2009
(3)
October 2009
(10)
September 2009
(20)
August 2009
(5)
July 2009
(13)
June 2009
(9)
May 2009
(5)
April 2009
(7)
March 2009
(1)
February 2009
(20)
January 2009
(12)
December 2008
(25)
November 2008
(12)
October 2008
(35)
September 2008
(9)
August 2008
(17)
July 2008
(21)
June 2008
(6)
May 2008
(36)
April 2008
(10)
February 2008
(26)
January 2008
(29)
December 2007
(8)
November 2007
(31)
October 2007
(4)
Tags
Code Snippets
Developer
developers
development
DevMSGTeam
Download
Exchange
Exchange Server
Exchange Server 2003
Exchange Server 2007
Exchange Server 2010
Exchange Web Services (EWS)
General
How to
KB
Outlook
Outlook 2003
Outlook 2007
Outlook 2010
Outlook Programming
Outlook UI
Programming
Troubleshooting
Tutorials
What is New ?
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
Developer Hub: Getting started with Windows Phone 7 design and development :)
Deva [MSFT]
Being a WP7 developer, i am here to share the following few of the useful design and development tools, sites, videos, tutorials, labs, training kit, Microsoft forums and a lot to start. There are tons of information available in MSDN, TechNet, Channel9 ...read more
on
10 Sep 2010
Blog Post:
Video : What’s new in Microsoft Outlook 2010
Deva [MSFT]
As part of the upcoming release of Microsoft Office 2010, see what's new in Microsoft Outlook 2010. See What's New in Microsoft Outlook 2010
on
21 Oct 2009
Blog Post:
My First Preview : Outlook 2010 – Calendars & Inbox
Deva [MSFT]
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 in getting your work done – be that processing...
on
21 Oct 2009
Blog Post:
Part # 3 : Working with SCL (Spam Confidence Level) - Manually adding the SCL rating field into the column header of Outlook folders
Deva [MSFT]
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 Fields dialog box, click the Select available fields...
on
11 Feb 2009
Blog Post:
Part # 2 : Working with SCL (Spam Confidence Level) programmatically
Deva [MSFT]
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 items = inbox.items...
on
11 Feb 2009
Blog Post:
Part # 1 : Working with SCL (Spam Confidence Level)
Deva [MSFT]
What is the SCL? The spam confidence level (SCL) is the normalized value assigned to a message that indicates, based on the characteristics of a message (such as the content, message header, and so forth), the likelihood that the message is spam. What are the SCL values? There are eleven values available...
on
11 Feb 2009
Blog Post:
Tutorial : Using Internet Free/Busy (IFB) information – Series # 3
Deva [MSFT]
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 & ical. How to view other people's free...
on
6 Jan 2009
Blog Post:
Tutorial : Internet Free/Busy (IFB) & ical – Series # 2
Deva [MSFT]
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 or busy so that you can efficiently schedule meetings...
on
6 Jan 2009
Blog Post:
Sending email using CDO & remote SMTP Server
Deva [MSFT]
Assume that the computer on which this example will run has neither a SMTP service nor Microsoft Outlook® Express installed. In this case, you need to send the message through some SMTP service on the network and must configure the Message object completely. Further assume that the SMTP service through...
on
30 Dec 2008
Blog Post:
Gotcha - PermanentURL & WebDAV Series # 1
Deva [MSFT]
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 values at one client and another client it leads...
on
11 Nov 2008
Blog Post:
Monitoring event sink # 28 - Attachments Are Missing When You Use an Event Sink to Modify the Stream of Messages
Deva [MSFT]
One of my customer reported that they have a store event sink, which is used to modify the stream of incoming messages in Exchange Server environment (2003). But their attachments are missing when they open & view the message in Microsoft Outlook or in Microsoft Outlook Web Access (OWA); But contrarily...
on
10 Nov 2008
Blog Post:
Monitoring event sink # 27 - After you register an event sink on a mailbox store, the Microsoft Exchange Information Store service does not start in Exchange Server 2003
Deva [MSFT]
One of my customer had migrated from Exchange server 2000 to Exchange Server 2003, where had an event sink registered on a mailbox store. But his Store.exe (Exchange Information Store service) stops responding for one of the following events: • You restart the Microsoft Exchange Information Store...
on
10 Nov 2008
Blog Post:
Monitoring event sink # 26 - Implementing onTimer Event sink
Deva [MSFT]
Timers & Events: Whenever we talk about the event sink and we plan to implement the event sink that should trigger within a specified time or interval, then we will go for onTimer Event sink. Basically Timers have scope, in the same way as other events. With timers, however, no event occurs in that...
on
7 Nov 2008
Blog Post:
Test and troubleshooting tools for various Exchange technologies
Deva [MSFT]
I tried to compose the test and troubleshooting tools for various exchange technologies. This initial list upto Exchange Server 2003. Technology Tools for test and troubleshooting tools Active Directory Services Interfaces (ADSI) All standard test and debugging...
on
29 Oct 2008
Blog Post:
Monitoring event sink # 24 - Store event sink is not working as expected in Exchange Server 2007
Deva [MSFT]
When i am working with my customer with regards to Exchange store event sink, he reported it's not working as expected. There is no issues in the Event viewer and no error it thrown. We tried with Microsoft Exchange Server 2007 environment, the store event sink does not run as expected. Note: The event...
on
28 Oct 2008
Blog Post:
Tutorial : Organizational Forms Library - Series # 2
Deva [MSFT]
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()) to get it to...
on
21 Oct 2008
Blog Post:
Tutorial : Organizational Forms Library - Series # 1
Deva [MSFT]
What are the various types of Outlook form libraries available? There are three types of Outlook form libraries are available, they are (i) Organizational Forms Libraries (2) Personal Form Libraries (3) Folder Libraries. What is an Organizational Forms Library? An organization's forms library is a repository...
on
21 Oct 2008
Blog Post:
Microsoft Product Lifecycle : Visual Basic, Exchange Server and Outlook (various versions)
Deva [MSFT]
Microsoft Product Lifecycle for various versions of Visual Basic Products Released General Availability Date Mainstream Support Retired Extended Support Retired Service Pack Retired Notes Visual Basic .NET 2002 Standard...
on
15 Oct 2008
Blog Post:
Monitoring event sink # 23 - OnsyncSave global Events causing notifications
Deva [MSFT]
One of my customer who has reported that on Exchange Server 2000 his Store event sink (onSyncSave) for global events causing the notifications for the couple of empty flags. When we analyzed his event sink, he registered it as, regevent add onsyncsave sink.sink.1 "file://./backoficestorage/%userdnsdomain...
on
15 Oct 2008
Blog Post:
Available public : List of exported Outlook APIs - definitions, data structures, functions & interfaces
Deva [MSFT]
As described in the MSDN article , Microsoft Office Outlook exports the following definitions, data structures, functions, and interfaces that were originally designed for internal use but are now exposed for public consumption. Definitions: Constants for Exported Outlook APIs Data structures: CONTAB_ENTRYID...
on
15 Oct 2008
Blog Post:
Tutorial : Free/Busy data - Series # 1
Deva [MSFT]
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 2003 stores free/busy information in a dedicated...
on
13 Oct 2008
Blog Post:
Outlook Programming Series # 13 : Programmatic equivalent for Outlook UI's Send/Receive
Deva [MSFT]
Whenever we work with Outlook 2007 UI, we click either "Send/Receive button" or press "F9" to send and receive emails. In couple of our cases we use to do programmatically you can make use of Outlook Object Model's (OOM) SendAndReceive method. You need to know that calling the SendAndReceive method is...
on
9 Oct 2008
Blog Post:
Outlook Errors : General Errors - Part # 2
Deva [MSFT]
Receive error when you press F9 to send and receive e-mail in Outlook 2007 & Cached Exchange Mode: You use Cached Exchange Mode in Microsoft Office Outlook 2007. Additionally, you use the DownloadOAB registry value to prevent the automatic download of the offline address book (OAB). When you press...
on
9 Oct 2008
Blog Post:
EWS Programming # 1 : Creating my first Exchange Web Services client application in C#.Net
Deva [MSFT]
Please find my first web service client that i tried couple of months earlier that creates an e-mail item in the Sent Items folder. You can use Microsoft Visual Studio 2005 to create a simple Exchange Web Services client application like this. 1: using System; 2: using System.Net; 3: using System.Security...
on
4 Oct 2008
Blog Post:
Microsoft Visual Studio 2005 & ASP.Net 2.0 Web site : How to create Internet Calendar appointment
Deva [MSFT]
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 are calendars that can be shared through...
on
3 Oct 2008
Page 1 of 4 (89 items)
1
2
3
4