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:
Exchange throttling: MAPI application fails with error “The information store could not be opened. [MAPI 1.0 - [MAPI_E_LOGON_FAILED(80040111)]]”
Deva [MSFT]
We recently resolved a case where a customer tries accessing Exchange Server 2010 mailboxes (DAG) via their custom Exchange MAPICDO based application. On average 2-3 days once, they're frequently facing an error “The information store could not be opened. [MAPI 1.0 - [MAPI_E_LOGON_FAILED(80040111)]]...
on
2 Aug 2012
Blog Post:
Windows Azure – Digital Chalk Talks
Deva [MSFT]
Windows Azure Virtual Machines – Part I (Windows) Corey Sanders, Principal Program Manager, Windows Azure : Learn how to create and manage Windows Virtual Machines in Windows Azure Windows Azure Virtual Machines – Part II (Linux) Henry Jerez, Sr. Program Manager, Windows Azure : Learn how to create and...
on
11 Jun 2012
Blog Post:
Exchange Server 2007, 2010: How to query user mailboxes, its permissions using Exchange PowerShell?
Deva [MSFT]
In Exchange Server 2007/2010, you can use Exchange PowerShell cmdlets (especially using Get-Mailbox, Get-MailboxPermission, Get-ADPermission, Get-MailboxFolderPermission) to get a verity of info. I played with couple of the below in different scenarios and want to share the same with you – so that you...
on
15 Apr 2012
Blog Post:
Migration: Exchange Public folders and its future
Deva [MSFT]
Public Folders are used in earlier versions of Microsoft Exchange Server to store free/busy data and files. From Microsoft Exchange Server 2007, free/busy data is no longer stored in public folders. It’s recommend that you do not store files in public folders in Exchange 2007. Instead, consider...
on
9 Feb 2012
Blog Post:
Download: CDO 1.21 (Ver # 6.5.8211.0)
Deva [MSFT]
As you know using CDO 1.2.1 (Collaboration Data Objects, version 1.2.1), a package providing access to Outlook-compatible objects through a COM-based API. Using CDO, a program can connect to a MAPI store, and then perform operations against that store, including creating and processing calendar items...
on
4 May 2011
Blog Post:
MFC MAPI: How to view GAL entries
Deva [MSFT]
You can download the latest MFC MAPI utility to view GAL entries, which uses the Messaging API to provide access to MAPI stores through a graphical user interface. Try the following steps: 1) Open MFC MAPI utility. Select Session menu and select “Logon and Display Store table” ( I chosen for this...
on
23 Feb 2011
Blog Post:
Windows Phone 7: LG Owners to Get Free Access to Popular Windows Phone 7 apps
Deva [MSFT]
LG Electronics (LG) and Microsoft collaborate on developer program for a new mobile platform. LG and Microsoft announced that they are teaming up to provide customers with a free selection of quality applications for LG customers with Windows Phone 7 handsets. LG and Microsoft will subsidize a revolving...
on
17 Nov 2010
Blog Post:
Troubleshooting: IIS/Exchange logs and WebDAV functions
Deva [MSFT]
You can collect information about client requests by enabling logging for sites and services. IIS logs are stored in %SystemRoot%\system32\Logfiles\<service_name>. If you examine the IIS/Exchange log file you will see the request for the sample application being handled by IIS - you can notice...
on
18 Oct 2010
Blog Post:
Monitoring Event Sink # 32 - Best Practices: Performance related issues with Event sinks
Deva [MSFT]
I would like to share certain best practices - in order to improve the performance or overcome performance related issues associated with event sink and Programming guidelines for event sinks before you develop for your reference. Exchange store events do not by themselves generate Windows Event...
on
7 May 2010
Blog Post:
Download : Update Rollup 3 for Exchange Server 2007
Deva [MSFT]
You can download the Update Rollup 3 (thanks, Greg for helping here) for Exchange Server 2007 SP2 (x86/x64). It resolves issues that were found in Exchange Server 2007 since the software was released. This update rollup is highly recommended for all Exchange Server 2007 customers. Per MSExchangeteam...
on
22 Mar 2010
Blog Post:
MAPI : When we try to access Public Folder via ASP application throws MAPI_E_FAILONEPROVIDER
Deva [MSFT]
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 can retrieve his email in outlook and browse the...
on
30 Sep 2009
Blog Post:
Outlook Object Model : Why i can’t able to assign value for MAPIFolder.WebViewURL ?
Deva [MSFT]
One of my customer had created an Outlook Add-in using VSTO & Outlook Object Model (OOM). As per the business logic, he need to implement the WebViewURL in it. The MAPIFolder.WebViewURL works fine and take’s us to set value to it most of the times, but it doesn’t function as expected in some time;...
on
25 Feb 2009
Blog Post:
OWA Customization: PSS support policy for Exchange Server 5.5, 2000 & 2003
Deva [MSFT]
Per the support KB , Microsoft PSS has the support policy for customization of Outlook Web Access for Exchange that cover its versions like 5.5, 2000 & 2003. Per the article, we can get more information regarding the support policy for OWA customization for its various versions like, “…The Exchange...
on
31 Jan 2009
Blog Post:
How to show & recover the deleted subfolders using PFDAVAdmin tool?
Deva [MSFT]
Using PFDAVAdmin we need to use the "Show deleted subfolders" option which enumerates any deleted subfolders of the currently selected folder. Note that the deleted folders are preserved only if Deleted Item Retention has been configured on the public store. Any such folders appear in red....
on
2 Dec 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 # 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:
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:
Monitoring event sink # 22 - Store Event sink registered with Outbox or Sent item folders won’t fire
Deva [MSFT]
Have you register an Exchange 2000 store event sink globally on the mailbox store, the sink fires for the appropriate events (OnSyncSave, for example) for all folders in a mailbox. However, the sink does not fire for events in the Outbox or the Sent Items Folder? For example, when a user sends an...
on
29 Aug 2008
Blog Post:
Exchange Web Service: Web Services Message cycle
Deva [MSFT]
Exchange Web Services Message cycle When a client application requests information from the Exchange store, an XML request message that complies with the SOAP standard is created and sent to the Exchange server. When the Microsoft Exchange server receives the request, it verifies the credentials...
on
28 May 2008
Blog Post:
Exchange Server Development Technologies - Series # 1 - Exchange Rules
Deva [MSFT]
Welcome to Exchange Server Development Technologies - Series # 1 In this series, we will discuss about the Exchange Rules. This topic provides information about using Exchange Rules to develop messaging applications. Exchange rules are typically used to specify user-defined actions that are...
on
23 May 2008
Blog Post:
WebDAV Sample(s): How to get item property values from Exchange Store
Deva [MSFT]
Please find this wonderful article, which talks about " How to get item property values using WebDAV ". This article has good example's in VB.Net, C#.Net, C++.Net and VBScript. It talks about, how you can construct the XML body of a WebDAV PROPFIND Method manually. The request is for the displayname...
on
30 Apr 2008
Blog Post:
Monitoring Event sink # 15 - Check event registration and its item properties
Deva [MSFT]
Whenever if we work with event sink, we need to check the event registration, what're the associated items, its item properties and its importance (whether it is required or not)... Event Registration To receive event notifications, you must register with Exchange by creating and saving event registration...
on
19 Feb 2008
Blog Post:
Monitoring Event Sink # 14 - Advanced Queuing Engine and SMTP sinks
Deva [MSFT]
Advanced Queuing Engine - SMTP Architecture The advanced queuing engine is a key component in Exchange 2003 message handling, because all messages must pass through this engine, even when sender and recipient are located on the same server running Exchange Server 2003. This enables Exchange Server...
on
19 Feb 2008
Blog Post:
Monitoring event sink # 13 - Best practices for Event sink registration
Deva [MSFT]
Event sink registration - Best practices It's must to know when we try to register the event sink in Excahge environment. The following guidelines are helpful when you create event registration items: The scope of an event sink is restricted to a single store. Event registration items...
on
19 Feb 2008
Page 1 of 2 (37 items)
1
2