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:
Developers Must: Download MSDN Samples library browser
Deva [MSFT]
Developers love code samples, but they have been sitting in front of desktop for too long. A Sample Browser app can give them some time to sit relaxingly in a sofa and continue to learn the beloved code samples. The Sample Browser gives developers a new experience to search, download, learn, and share...
on
29 Apr 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:
C++/ATL Project throws error C2061: syntax error : identifier '_ATL_FUNC_INFO'
Deva [MSFT]
One of my customer reported that they created a ATL Project/MFC CDHtmlDialog based C++ application and they notice the following errors in afxdhtml.h (they created it using VS 2003). afxdhtml.h(272) : error C2238: unexpected token(s) preceding ';' afxdhtml.h(289) : error C2061: syntax error : identifier...
on
19 Feb 2013
Blog Post:
Exchange Server 2013: How to write an Exchange 2013 transport agent?
Deva [MSFT]
Here is a developer article published “ how to build/write an Exchange Server 2013 based transport agent?” in a detailed fashion about a sample transport Agent to illustrate various Exchange 2013 transport agent functionality as well as stripping all the hyperlinks from the message body. The article...
on
11 Feb 2013
Blog Post:
Virtual Classroom : Building Web Apps with ASP.NET Jump Start
Deva [MSFT]
Hi there, You can join this Jump Start session provided by Microsoft Virtual Academy – it’s tailored for experienced application developers interested in leveraging ASP.NET and Visual Studio 2012 to offer modern apps that target modern browsers. Two of Microsoft’s most seasoned ASP.NET speakers, Scott...
on
11 Feb 2013
Blog Post:
Download: 101 samples for Exchange Server 2013
Deva [MSFT]
Now you can download the 101 Exchange Web Service samples to download them all , or select the samples that you want and download them individually. This pack includes 101 code samples that show you how to develop Exchange 2013 solutions. The code samples in the Exchange 2013: 101 code samples package...
on
26 Dec 2012
Blog Post:
TechED 2012: What’s new in Visual Studio 2012?
Deva [MSFT]
Software development continues to make great advances and so does Visual Studio. In this session you will learn about the trends impacting software development and how you can take advantage of them with Visual Studio 2012. This talk provides a brief overview coupled with lots of demos to highlight how...
on
14 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:
Update: Windows Phone SDK 7.1.1 available for download
Deva [MSFT]
The Windows Phone SDK 7.1.1 Update is now available for your download . It enables Windows Phone developers to do two things: Develop apps that work well on the new 256 MB devices Use the WPSDK 7.1 to develop on machines running Windows 8 The 7.1.1 Update is really just that – it’s an update to the existing...
on
27 Mar 2012
Blog Post:
How to:Get MAPI Header and library files
Deva [MSFT]
Want to get and install MAPI header and library files? MAPI header and library files are included as part of the Microsoft Windows SDK. Once you have installed Microsoft Windows SDK, you can access MAPI header files by using Microsoft Visual Studio 2008. Before you can install MAPI header and library...
on
24 Feb 2011
Blog Post:
Bytes by MSDN Interview: Visual Studio 2010 and IntelliTrace
Deva [MSFT]
One of the most talked about features in Visual Studio 2010 is IntelliTrace. Dave Mendlen, Senior Director at Microsoft, and Tim Huckaby, founder of InterKnowlogy, cover the latest and greatest with Visual Studio 2010, including LightSwitch, Intellitrace and the most recent Feature Pack. Tune in to find...
on
22 Dec 2010
Blog Post:
Feedback: Go Live, VS 2010 SP1, .Net Framework 4 KB2162169 Beta
Deva [MSFT]
We are pleased to declare that Visual Studio (VS) 2010 Service Pack 1 Beta and the .NET Framework 4 KB2162169 Beta will be supported as a “go live” release. This means that this software has met high standards of quality for a pre-release, and we are licensing it for developing and deploying production...
on
14 Dec 2010
Blog Post:
Book review: Programming Windows Phone 7
Deva [MSFT]
Are you the Windows Phone 7 developer or want to know how to create WP7 apps? Then this book is meant for you. To give you a sense of this offering, here is Charles’s Introduction—beneath that you’ll find the ebook’s full Table of Contents: Introduction This book is a gift...
on
14 Dec 2010
Blog Post:
Windows Phone 7: Visual Basic for Windows Phone Developer Tools - RTW
Deva [MSFT]
If you used CTP of Visual Basic for Windows Phone then today you can download the RTW version of the Visual Basic add-on from VB support for the Windows Phone developer tools . This release enables Visual Basic developers to create, build, release Silverlight applications and games for Windows Phone...
on
30 Nov 2010
Blog Post:
Future Roadmap for IronRuby & IronPython
Deva [MSFT]
Microsoft announced the road forward for IronRuby and IronPython. These two dynamic language implementations that incubated internally the last few years. We have released several versions of both language environments ( IronPython releases and IronRuby releases ), and all of the source code has...
on
22 Oct 2010
Blog Post:
Provide your valuable feedback via Visual Studio 2010 Survey
Deva [MSFT]
Got 5 minutes? Please take the survey and let us know what you think about VS2010. Your feedback will help inform future versions of products. Microsoft Visual Studio team looks for your valuable comments and feedback via the following Survey . It will help inform us as they plan for next versions of...
on
8 Oct 2010
Blog Post:
Developer info : Microsoft supports jQuery
Deva [MSFT]
As you know jQuery is a lightweight open source JavaScript library (only 15kb in size) that in a relatively short span of time has become one of the most popular libraries on the web. A big part of the appeal of jQuery is that it allows you to elegantly (and efficiently) find and manipulate HTML elements...
on
7 Oct 2010
Blog Post:
How to - Troubleshooting errors when you try to use Regsvr32.exe with COM DLL ?
Deva [MSFT]
I am adding this with the respect to my previous blog post regarding error message on 64-bit windows when you try run regsvr32.exe . Usually we - the developer customers –face the issue when you try to register. I want to update you that how the RegSvr32.exe program registers and unregisters a Component...
on
27 Sep 2010
Blog Post:
Visual Studio 2010 & New C++ and MFC features
Deva [MSFT]
I want to share some important new features of new Visual Studio 2010 for C++ development - Visual Studio 2010 presents huge benefits for C++ developers. From the ability to employ the new features offered by Windows 7 to the enhanced productivity features for working with large code bases, there is...
on
12 Apr 2010
Blog Post:
Visual Studio 2010 : Which suits me better?
Deva [MSFT]
Visual Studio 2010 is packed with new and enhanced features that simplify the entire development process from design to deployment. Customize your workspace with multiple monitor support. Create rich applications for SharePoint and the Web. Target multiple versions of the .NET Framework with the same...
on
12 Apr 2010
Blog Post:
System.Net.Mail: Mail sent via Network delivery throws exception “Command not implemented/supported”
Deva [MSFT]
One of the customer reported that whenever he tries to send e-mail by using System.Net.Mail API they get the following error “System.Net.Mail.SmtpException error message: Command not implemented. The server response was: Command not Supported ” I had a look at the application. They built a Microsoft...
on
9 Mar 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:
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
Page 1 of 2 (26 items)
1
2