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 VSS : At Exchange Server 2010 ESEUtil fails with Jet error–1032
Deva [MSFT]
Recently I was playing for a VSS issue at my Exchange Server 2010 environment – when I run the ESEUtil (with its parameter /mh) command then I got the error “Jet error –1032”. > eseutil /mh "D:\Temp\tempdb.edb " Extensible Storage Engine Utilities for Microsoft(R) Exchange Server Version...
on
10 May 2013
Blog Post:
Migrated custom C++/CDOSYS app throws compiler errors
Deva [MSFT]
Recently I was working with one of the developer who earlier designed an CDOSYS based mail component in his C++ application built using earlier Visual Studio (2005) version . After migration to VS 2008 environment, they noticed compile errors with the same code/no changes made. When I debugged further...
on
26 Apr 2013
Blog Post:
Exchange Server 2010: EWS applications that run on behalf of the user consume the same client throttling policy budget
Deva [MSFT]
An EWS application that runs on behalf of a user quickly consumes resources on the Microsoft Exchange server 2010. When we investigated, we noticed that the EWS operations the application performs exceed the limit that is set in the client throttling policies. As we know that the client throttling policies...
on
12 Dec 2012
Blog Post:
TechED 2012: Mark Russinovich’s Malware Hunting with the Sysinternals Tools
Deva [MSFT]
This was one of the interesting session that I was looking for… Usually I follow Mark’s blog and read the related info . So I was super excited to watch this one. Ok, let me switch back… the session provides an overview of several Sysinternals tools, including Process Monitor, Process Explorer, and Autoruns...
on
15 Jun 2012
Blog Post:
Troubleshooting: Outlook Social Connector Provider error codes
Deva [MSFT]
Outlook Social Connector providers should return errors to the caller. Please note that Success, warning, and error values are returned by using a 32-bit number that is called a result handle, or HRESULT. An HRESULT is not a handle to anything; it is merely a 32-bit value that has several fields encoded...
on
12 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:
Outlook Object Model: How to assign a Webpage to a specific Outlook folder programmatically?
Deva [MSFT]
In this post we will see how to assign a web page to a specific Outlook folder programmatically using C# and Outlook Object Model. For this I tried the following sample, which checks for a folder named “HtmlView” in Microsoft Office Outlook. If the folder does not exist, the code creates the folder and...
on
10 Apr 2012
Blog Post:
Debug : Workaround - Remote debugging monitor (msvsmon.exe) error on Windows 7
Deva [MSFT]
I was playing around debugging a custom app in one of my Windows 7 & Visual Studio 2010. When I tried running msvsmon.exe (Remote Debugging Monitor) and got the following error message when attempting to remote debug: Error while trying to run project: Unable to start debugging. This operation...
on
7 Apr 2012
Blog Post:
My View on Microsoft Office Binary File Format validator (beta) utility - Post # 1
Deva [MSFT]
What I tried ? Sometime earlier i reviewed (tried) the new command-line utility Microsoft Office Binary File Format Validator (beta) – which helps to to validate binary file format files for the following files and applications: .doc files (Microsoft Word 97/2000/2003 and file formats supported by Microsoft...
on
13 Jul 2011
Blog Post:
While try to log into an Exchange 2003 mailbox by using WebDAV program, you receive a 401 status code in IE
Deva [MSFT]
When the user tried to access a Microsoft Exchange Server 2003 mailbox by using a program that uses Web Distributed Authoring and Versioning (WebDAV), Internet Explorer throws 401 HTTP status code. During investigation we found that we may not be able to access the mailbox. Also we notice that the mailbox...
on
19 Nov 2010
Blog Post:
Monitoring Event Sink # 33 - Troubleshooting : How to remove COM+ applications?
Deva [MSFT]
Usually we see that as existing applications become outdated or are no longer being used, you may need to remove them. I am trying to add couple of methods how you can try to remove COM+ applications in the best effort basis. Before using the methods, i would recommend you to consider the following...
on
28 Sep 2010
Blog Post:
Download : Microsoft Visual Studio 2010 Release Candidate
Deva [MSFT]
The Microsoft Visual Studio 2010 Release Candidate was released last week to MSDN subscribers. Microsoft updated that the download would be made available to the public shortly afterwards. The downloads are now available for the public as well. Visual Studio 2010 offers many improvements over the current...
on
17 Feb 2010
Blog Post:
Best Practices : How to quit Outlook application after automation from Visual Studio .NET client?
Deva [MSFT]
When you automate a Microsoft Outlook application from Microsoft Visual Basic .NET or Microsoft Visual C# .NET, the Outlook application does not quit when you call the Quit method. You can notice the application is closed, but still if we notice either the application or Outlook is running in behind...
on
7 Jan 2010
Blog Post:
Development : Is Visual Basic 6.0 Runtime still supported?
Deva [MSFT]
We get many request/references regarding support of Visual Basic 6.0 runtime support for various Microsoft Operating systems including MS Windows 7. There is a wonderful article regarding this MSDN article titled “ Support Statement for Visual Basic 6.0 on Windows Vista, Windows ”. It states that...
on
30 Dec 2009
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:
Why my VSTO Outlook add-in works in Dev box, not in non-dev or production boxes?
Deva [MSFT]
Recently one of my customer reported (we used to see this is many of the developer have is that their assembly does not execute as expected in non-development boxes – why it so?) that initially they tried they created VSTO Outlook Add-in project solution with the helps of Visual Studio 2005. But when...
on
3 Sep 2009
Blog Post:
Historical debugger – Visual Studio 2010
Deva [MSFT]
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 reproduce. · You’ve received a crash dump from the...
on
14 Jul 2009
Blog Post:
Error Code : List of ASP Error Codes & its description
Deva [MSFT]
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 version of Internet Information Services (IIS) that...
on
25 Jun 2009
Blog Post:
Gotcha : Appointment created with WebDAV is not getting displayed in Outlook?
Deva [MSFT]
Issue: One of my customer updated me that he created an appointment by using WebDAV. But the user has the following issues when he tries to view the mailbox owner's calendar: The appointment does not appear when Microsoft Outlook is in the Day, Week, or Month view. The appointment appears correctly when...
on
31 Dec 2008
Blog Post:
How to configure user permissions to relay e-mail message through SMTP Service?
Deva [MSFT]
You need to configure the user permissions to relay e-mail messages through the SMTP service. Do the following steps: Click Start , click Run , type inetmgr or open Internet Information Manager from Control Panel > Administrative Tools, and then click OK . Expand ComputerName , and then right...
on
30 Dec 2008
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:
Debugging functions : How to debug an application without any debugger?
Deva [MSFT]
Using OutputDebugString If the application has no debugger, the system debugger displays the string if the filter mask allows it. (Note that this function calls the DbgPrint function to display the string. For details on how the filter mask controls what the system debugger displays, see the DbgPrint...
on
11 Dec 2008
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 # 25 - Recipients modified mail (using event sink) sent from PICKUP folder and lands in the DROP folder ?
Deva [MSFT]
Recipients modified email messages (using event sink) sent from PICKUP folder and lands in the DROP folder ? The Pickup folder processes outgoing messages that are created as text files and then copied to the Pickup folder. When Request for Comments (RFC) 822 messages that are correctly formatted are...
on
31 Oct 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
Page 1 of 2 (26 items)
1
2