Hobby Chef
Browse by Tags - Jive into Messaging world - Site Home - MSDN Blogs
Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
June 2011
(3)
January 2011
(1)
September 2010
(1)
July 2010
(4)
June 2010
(2)
May 2010
(2)
April 2010
(2)
January 2010
(2)
November 2009
(1)
October 2009
(3)
September 2009
(1)
June 2009
(2)
May 2009
(2)
April 2009
(4)
March 2009
(4)
February 2009
(4)
January 2009
(3)
November 2008
(2)
October 2008
(6)
September 2008
(2)
August 2008
(3)
July 2008
(2)
April 2008
(2)
February 2008
(1)
December 2007
(1)
November 2007
(6)
October 2007
(5)
September 2007
(1)
August 2007
(2)
July 2007
(3)
June 2007
(10)
April 2007
(1)
Tags
Announcements
BUG
CDO
CDOEXM
CDOSYS
CoolStuff
DevMsgTeam
ERROR
Exchange
Exchange 2007
Exchange Web Services
ExchangeServiceBinding
GetItem
HOWTO
MAPI
Messaging
OOM
Outlook
Powershell
Samples
Search Folder
System.Net.Mail
VBScript
WEBDAV
Workarounds
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
Draft: How to take EWS/OWA/ETL trace to troubleshoot Exchange Web Services issues – EXCHANGE 2007 & 2010
Vikas - MSFT
THIS IS A DRAFT DOCUMENT AND MAY CHANGE WITHOUT PRIOR NOTICE. PURPOSE: Collect ETL trace from Exchange Server 2007 & 2010 to troubleshoot Exchange Web Services related issues. Applies to: Microsoft® Exchange Server© 2007 & 2010 Steps 1) Go to CAS Server and fire up Extra.exe (%PROGRAMFILES%\Microsoft...
on
23 Jun 2011
Blog Post:
Trouble updating contacts’ physical addresses using EWS Managed API?
Vikas - MSFT
This happened to be a second recent case among many others facing the similar issue, and they could not update an existing contact using EWS Managed API. I got this customer, like all others complaining that they cannot set the contact’s Physical Address to a blank value. The same contact can be updated...
on
14 Jun 2011
Blog Post:
Where are you Outlook???
Vikas - MSFT
So I got this friend of mine who works for MS IT and was curious to find Outlook’s install location programmatically irrespective of 32/64 bit installation of OS or Outlook. First thought was registry, but that gets little messy.. you go to HKCR & then parse through it to find the location of Outlook...
on
10 Jun 2011
Blog Post:
FYI: BUG: Attachments.Add fails for POP3/IMAP only accounts when the attachment type is Outlook.olEmbeddedItem
Vikas - MSFT
Problem: Attachments.Add fails only for POP3/IMAP accounts when the attachment type is Outlook.olEmbeddedItem Cause: This is a known issue with Microsoft Product ( Outlook 2010 ) and we have an internal fix available. The fix is expected to go public with the release of next Service Pack for the product...
on
15 Sep 2010
Blog Post:
Exchange 2007: Transport error when sending emails using TLS (0x80040213)
Vikas - MSFT
Ok, this was a fun case and I never had such fun on a CDOSYS case & I am lying. I spent nearly all day in hunting down a Transport failure issue when sending emails using CDOSYS and Exchange 2007 as backend. This was the configuration of the default Receive connector, pretty secured…huh??? Yeah!...
on
23 Jul 2010
Blog Post:
Exchange 2010: OWA Customization: Preview forms does not works in Conversation Mode
Vikas - MSFT
I recently had couple of customer reporting that their existing/new OWA customization code is not working in Preview mode. You will notice the following error message displayed instead.. "This type of message isn't fully supported in Conversation mode. Click here to open the full version, which...
on
23 Jul 2010
Blog Post:
System.Net.Mail cannot send secured email using SMTP over SSL aka SMTPS protocol
Vikas - MSFT
This is just FYI that we know the limitation of System.Net.Mail classes and its incapability of sending secured emails over SSL / SMTPS. The SmtpClient class only supports the SMTP Service Extension for Secure SMTP over Transport Layer Security as defined in RFC 3207. In this mode, the SMTP session begins...
on
23 Jul 2010
Blog Post:
HOTFIX: .NET 4.0 (System.Net.Mail) Unable to send emails with large attachments (more than 3MB)
Vikas - MSFT
We have an official release for the issue and if you are facing this problem then I would recommend you contacting PSS and refer to this blog http://blogs.msdn.com/b/vikas/archive/2010/04/05/bug-net-4-0-system-net-mail-unable-to-send-emails-with-large-attachments-more-than-3mb.aspx I am expected...
on
20 Jul 2010
Blog Post:
FYI: MAPI Application does not work when running from Windows Service (MAPI_E_NETWORK_ERROR)
Vikas - MSFT
I recently had two cases where the MAPI application was failing while creating a dynamic profile calling IMsgServiceAdmin::ConfigureMsgService. Although if the same application is executed outside Service Control Manager then it work and is able to create the profile just fine. In both cases we found...
on
17 Jun 2010
Blog Post:
BUG: Outlook: Error thrown by Outlook 2007 when all attendees of a meeting are removed programmatically before sending it
Vikas - MSFT
THIS IS JUST FYI AND IF YOU ARE FACING THE SIMILAR ISSUE THEM PLEASE LET ME KNOW. WE ARE AWARE OF THIS ISSUE AND ALREADY WORKING ON A FIX FOR THE SAME. When using Outlook UI if a user tries to send a meeting request without any recipient he is prompted by the following prompt "The meeting cannot...
on
26 May 2010
Blog Post:
We are Open, says PST to Outlook :-)
Vikas - MSFT
This is pretty exciting development which came yesterday as Microsoft announced the availability of two new open source projects to facilitate interoperability with Outlook PST files. Now start your engines and start thinking of solutions that you can build upon it, and some of you who were reverse engineering...
on
26 May 2010
Blog Post:
WebDAV can expose private meetings/appointments to users who should not see them.
Vikas - MSFT
This is quite frequently asked and with surprise & worries mixed together… Why WebDAV is able to see my Private meetings/appointments? Isn’t this a security breach? How can I get it fixed? The answer is very simple, not this is not a bug. This is how it should work and then comes a even bigger surprise...
on
7 Apr 2010
Blog Post:
BUG: .NET 4.0 (System.Net.Mail) Unable to send emails with large attachments (more than 3MB)
Vikas - MSFT
This is probably the first bug reported by customer so far for System.Net.Mail Class in .NET 4.0 Framework, or at least the first one I worked on. This was pretty straight forward repro and I did not had to do much to reproduce the issue locally. static void Main( string [] args) { SmtpClient...
on
4 Apr 2010
Blog Post:
BUG: Outlook: Word: A signature to death!
Vikas - MSFT
I have been working lately with this customer who was trying to create new signature files under %APPDATA%\Microsoft\Signatures folder which will be used by Outlook 2007 (SP2) but what we discovered is that whenever they try to use it, it used to crash Outlook. This was the content of the HTML Signature...
on
9 Oct 2009
Blog Post:
3 years of same, yet different work and then a responsibility upgrade, a good one.
Vikas - MSFT
It’s been 3 very long and cherished years of my life as I complete my 3 years of career at Microsoft India GTSC, based out of Bangalore, India. A Bachelor in Computer Sciences was just a degree I acquired to certify my geek level. I was much more interested in practical knowledge than theoretical and...
on
2 Oct 2009
Blog Post:
Hey!!! Do not forget to “Include” me… Ok?
Vikas - MSFT
I am not talking about some Friday night dinner or the latest buff around the corner. I am talking about the “Include” tab on Outlook 2007’s Ribbon UI. Recently I got this case where customer developed a custom email form but he was not able to use the “Include” tab to add attachments to the email...
on
2 Oct 2009
Blog Post:
Exchange Web Services 101 : Let’s get started!
Vikas - MSFT
Want to learn Exchange Web Service but not sure how and from where? Here are the few articles that I share very often with partners and customers who want to learn more about Exchange Web Services. Undoubtedly there is so much information out there and that’s too in such a short span of time. You better...
on
19 Jun 2009
Blog Post:
HOWTO: Automatically Login to OWA 2007 using HTML + JavaScript
Vikas - MSFT
First thing first, you should understand that this is NOT SUPPORTED & NOT RECOMMENDED solution by Microsoft. This is just a proof of concept that OWA 2007 can be auto login, if you know the username & password of target account. The approach is simple and took me little reverse engineering or...
on
2 Jun 2009
Blog Post:
HOWTO: EWS: Get OOF State for Self or any user in your organization
Vikas - MSFT
First thing first, this is just for demonstration purpose and might *not* be a supported solution by Microsoft. The setting we are reading from are hidden messages and not documented anywhere. I had to reverse engineer it for demonstration purpose. Objective : To get OOF State of any user in your organization...
on
29 May 2009
Blog Post:
HOWTO: WebDAV: Send mail with Custom Form and set properties
Vikas - MSFT
This is going to be a very simple sample of how you can send an email with custom properties set and also change the message class so that it render on outlook as Custom Form. Prerequisites: A custom form must be published with same class name to render the email properly. How it works… Step 1) It drop...
on
22 May 2009
Blog Post:
Announcement: EWS Managed API launching tomorrow 04/15/09
Vikas - MSFT
Good news for all .Net developers working with Exchange or willing to work with Exchange but have zero experience in the domain. Exchange Team had been working so hard to reduce your efforts and improve your efficiency. Check out these videos to see what EWS Managed API is capable of http://channel9...
on
14 Apr 2009
Blog Post:
Searchfolder created from EWS is not displaying items falling under criteria within Outlook
Vikas - MSFT
I have been working on different SearchFolders cases lately where customers were trying to create SearchFolder using EWS. Working on those issues has uncovered a limitation of Outlook (I tested it on 2007, but may exist with earlier versions as well) I created the search folder using the following XML...
on
9 Apr 2009
Blog Post:
HOW TO: Create SearchFolder to search for Custom Properties using EWS
Vikas - MSFT
Here is a quick sample if you are looking at creating a search folder using EWS which will look for Custom Property. Here we are looking for a custom property named “EmployeeID” and make sure that the property exist and does not have a blank value. public static BaseFolderType CreateCustomPropSearchFolder...
on
9 Apr 2009
Blog Post:
HOWTO: Query information related to ProgID & CLSID, verify where the image is loaded from Disk.
Vikas - MSFT
Ever copied a DLL from one system to another and registered it using RegSvr32.exe? or in other words ever created a DLL hell situation? Its easy and dirty at the same time to copy-paste DLL between systems and register them using regsvr32.exe Often you copy-paste, register DLL from temporary folders...
on
9 Apr 2009
Blog Post:
HOWTO: Give Service Account Access to all mailboxes on an Exchange 2007 Server
Vikas - MSFT
This is my first attempt to write a Powershell sample to my readers. In this sample we will give Send-As, Receive-As, ms-Exch-Store-Admin rights to an active directory user. We will be piping two commands here… Get-MailboxServer and the result will go to Add-AdPermission. You may give same permissions...
on
30 Mar 2009
Page 1 of 3 (71 items)
1
2
3