Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Archives
Archives
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
development
DevMSGTeam
Download
Exchange
Exchange Server
Exchange Server 2003
Exchange Server 2007
Exchange Server 2010
features
General
How to
KB
Outlook
Outlook 2003
Outlook 2007
Outlook 2010
Outlook Object Model (OOM)
Outlook Programming
Outlook UI
Programming
Troubleshooting
Tutorials
What is New ?
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
MSDN Blogs
>
Le Café Central de DeVa
>
All Tags
>
exchange server 2007
Tagged Content List
Blog Post:
Exchange PowerShell: How to get list of mailboxes, folders, subfolders, items in folder, foldersize programmatically?
Deva [MSFT]
One of my customer automated Exchange PowerShell with his .Net application. They had a requirement to enhance the functionality – to get the list of exchange mailboxes, folders and its sub folders, items in folder, foldersize. Finally it needs to be saved in .csv format. To implement this, we used...
on
10 May 2012
Blog Post:
Utility review: Calcheck – Outlook Calendar Checking tool
Deva [MSFT]
In this post, we will have a look at the Calendar Checking tool (Calcheck) for Outlook which is published recently by Randy. This program checks the Microsoft Outlook Calendar and items for problems or for potential problems. It's is a command-line program that checks Outlook Calendars for problems....
on
8 May 2012
Blog Post:
PowerShell: Determine Version number, build number and Service Pack of Exchange Server
Deva [MSFT]
In my earlier article , we learnt how to get the Exchange Server version, version/build number of Exchange 2003 and it’s earlier. In this, we will see how to get these info & couple of additional info in Exchange Server 2007/2010 using Exchange Management Shell and Exchange Management Console. Using...
on
27 Apr 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:
Developer Webcasts on Exchange Server 2010 programming
Deva [MSFT]
Please find the developer webcasts for Exchange Server 2010. If you're planning to create your own custom application using Exchange Server 2010, i would recommend you to start from this. Exchange Server 2010 Development (Part 1 of 6): Migrating Applications to Exchange Web Services In this Webcast,...
on
27 Mar 2012
Blog Post:
Availability Web Service Protocol Specification References
Deva [MSFT]
Information for the availability service is provided via our open specifications document: [MS-OXWAVLS]. Information for the security model used in the availability service, please reference the following document: [MS-OXCPERM]. For more info, you can refer: Availability Web Services Protocol specification...
on
13 Feb 2012
Blog Post:
EWS : How to access user’s free/busy info programmatically using Exchange Web Services (EWS)?
Deva [MSFT]
In this post, we will see how to access user free/busy information programmatically using Exchange Web Services (EWS) – Proxy. Exchange provides such a service by storing what is referred to as free/busy data. This information will indicate what requested time range is free, busy, and tentative for a...
on
10 Feb 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:
How to get the EWS endpoint URL from Outlook 2007/2010?
Deva [MSFT]
You can try the following steps to get the EWS endpoint URL from Outlook 2007 or 2010: CTRL+Right click the Outlook icon in the notification area in the lower right-hand area of the screen. You can notice the following window: Select Test E-mail Auto configuration. Enter your email address and password...
on
1 Dec 2011
Blog Post:
"MAPI_E_FAILONEPROVIDER" when you try to connect to a mailbox on an Exchange 2010 from an Exchange 2003 server
Deva [MSFT]
Recently one of my customer updated that when he tried connecting to a mailbox that is located on a Exchange Server 2010 from Exchange Server 2003 by using a custom MAPI/C++ application. But it failed and it thrown the following error message: “MAPI_E_FAILONEPROVIDER”. As part of troubleshooting...
on
22 Feb 2011
Blog Post:
Download: EWS Managed API 1.1
Deva [MSFT]
If you use EWS (Exchange Web Services) Managed API 1.0 or 1.1 beta, then its time for downloading its latest update: EWS Managed API 1.1 (Version 14.02.0051.000) The Microsoft Exchange Web Services (EWS) Managed API 1.1 provides a managed interface for developing client applications that use Exchange...
on
5 Dec 2010
Blog Post:
EWS: Delegate can’t cancel meetings in organizer's calendar & throws “ErrorItemNotFound”
Deva [MSFT]
Earlier I created a delegate in a Exchange Server 2007 environment. I tried creating, sending and then updating meeting requests for the organizer by using Exchange Web Service (EWS). However, the operation does not work if the delegate tries to cancel a meeting, and then tries to send the cancellation...
on
5 Dec 2010
Blog Post:
Stay Connected using Lync
Deva [MSFT]
Lync is the next generation of Microsoft’s Office Communications Server, and makes staying in touch with others even easier, more engaging and more intuitive. This single platform that integrates instant messaging, presence, audio, video, web conferencing and voice to bring people together in the ways...
on
22 Nov 2010
Blog Post:
Enhance Windows/Exchange Search using Microsoft Filter Pack
Deva [MSFT]
How to Enhance Windows Search using Microsoft Filter Pack? The Windows Search service can be enhanced by installing the Microsoft Filter Pack, which provides additional IFilters to support critical search scenarios across multiple Microsoft Search products. The Filter Pack includes the following IFilters...
on
17 Nov 2010
Blog Post:
Receive Server Error while browsing the Exchange EWS or Autodiscover sites
Deva [MSFT]
Recently i received the following error while try to browse the following /autodiscover/Autodiscover.xml">https://<servername>/autodiscover/Autodiscover.xml or /ews/exchange.asmx">https://<servername>/ews/exchange.asmx : Could not load file or assembly 'Microsoft.Exchange...
on
2 Nov 2010
Blog Post:
Verify performance/stability with Exchange Server Jetstress 2010?
Deva [MSFT]
You can use Jetstress 2010 to verify the performance and stability of a disk subsystem prior to putting a Microsoft Exchange Server 2003, 2007 and 2010 server into production. Jetstress helps verify disk performance by simulating Exchange disk Input/Output (I/O) load. Specifically, Jetstress simulates...
on
7 Oct 2010
Blog Post:
How to: Configuring and using EWS Impersonation for Exchange Server 2007?
Deva [MSFT]
Please find the links for configuring and using EWS impersonation for the Exchange 2007 : Configuring Exchange Impersonation (Exchange Web Services) http://msdn.microsoft.com/en-us/library/bb204095(EXCHG.80).aspx Using Exchange Impersonation (Exchange Web Services) http://msdn.microsoft.com/en-us/library...
on
2 Oct 2010
Blog Post:
Security warning: The name of the security certificate is invalid or does not match the name of the site
Deva [MSFT]
Recently i started MS Outlook 2007 and tried connecting to a mailbox that is hosted on a mailbox server that is running Microsoft Exchange Server 2010 inside the local network. I received the following security warning “ The name of the security certificate is invalid or does not match the name of the...
on
2 Oct 2010
Blog Post:
Part 1 : Developer Roadmap – Development Technologies for Exchange Server 2010
Deva [MSFT]
This two part article is targeted for the developer audience, if you’re the developer who want to create a develop custom application for Exchange Server 2010 or already has custom application designed for previous versions of Exchange Server 2010. Some Exchange programming technologies that are available...
on
28 Sep 2010
Blog Post:
Where does autocomplete gets stored in OWA?
Deva [MSFT]
There is always a related question regarding autocomplete feature on OWA. In outlook the auto complete gets stored in *.NK2. Where does it store for OWA ? The Auto Complete cache is stored as part of the user’s profile on the Exchange Server.
on
12 Jul 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:
Monitoring Event Sink # 31: Why Exchange Explorer doesn’t work ?
Deva [MSFT]
One of my customer reported that in one of his machine, the exchange explorer (available part of Exchange SDK) stop responding. But the same work in his rest of the machines. During the research, we found the following known issues (stop responding, doesn’t display etc) with exchange explorer:...
on
7 May 2010
Blog Post:
OWA Customization Update : Outlook Web Access (OWA) 2010 Support Policy
Deva [MSFT]
Adding this blog post with respect to my previous article regarding support for Exchange Server OWA customization and its PSS Support Policy . We do get customers that they try and want to us provide assistance on OWA customization for OWA 2007 and 2010. They either want to customize OWA by changing...
on
25 Apr 2010
Blog Post:
Exchange Server Utility : PFDAVAdmin update is released
Deva [MSFT]
I use PFDAVAdmin utility [Exchange Server Public Folder Distributed Authoring and Versioning (DAV)-based Administration tool] to perform various management tasks related to public folders and mailboxes. An updated version of the PFDAVAdmin tool has been released to the web on 04/06/2010 ...
on
14 Apr 2010
Blog Post:
Microsoft Security Bulletin MS10-024 – Security Update
Deva [MSFT]
This is regarding the “ Microsoft Security Bulletin MS10-024 ” - Vulnerabilities in Microsoft Exchange and Windows SMTP Service Could Allow Denial of Service (981832). As we know, security related changes for Exchange 2007 and Exchange 2010 ship as Update rollups following the cumulative servicing model...
on
14 Apr 2010
Page 1 of 7 (167 items)
1
2
3
4
5
»