|
|
Browse by Tags
All Tags » DevMsgTeam » Messaging (RSS)
Showing page 1 of 2 (15 total posts)
-
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. Challenges: You might ask me why not use GetUserOofSettings to query user’s OOF status with the help of Exchange Impersonation? This is due to the limitation of EWS’s GetUserOofSettings/SetUserOofSettings
Posted to Jive into Messaging world (Weblog) by Vikas Verma on May 29, 2009
Filed under: Messaging, Exchange 2007, HOWTO, Exchange Web Services, Samples, Workarounds, DevMsgTeam, GetItem, ExchangeServiceBinding, SetUserOofSettingsRequest, ExchangeImpersonation, CoolStuff, Restrictions, FindItem
-
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 an email in the drafts folder of user Step 2) Patches the properties to set Message Class & other properties, even including with special characters in name like Spaces and ‘/’ Step 3) Drop the
-
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.msdn.com/pdc2008/BB46/ http://msexchangeteam.com/archive/2009/03/24/450892.aspx Keep a watch on here as it will go live in few hours, be the first one to grab it - http://msdn.microsoft.com/exchange
-
MAPI developers have another reason to cheers. Now you can take the MAPI documentation with you for a walk. Outlook 2007 MAPI Reference is now also available as offline download in a CHM format , download it here http://www.microsoft.com/downloads/details.aspx?FamilyID=4b1b8b22-3c74-4479-bd0d-7b0ee29e8d59&displaylang=en All you need now is find a CHM viewer for your Windows Mobile and take the documentation with you all the time… sweet!!!
-
What are we doing here? What is Search Folder? Why do I care? Search folders are a quick way to bookmark your frequently searched items. It allows you to save a search query with predefined parameters for quick access. For instance I am always looking for emails with attachments and from a particular sender where the subject has some specific words. Yeah a rule could do that but I want to search in multiple folders and keep the individual mails in their individual folders. Complex? not really! Search
Posted to Jive into Messaging world (Weblog) by Vikas Verma on February 24, 2009
Filed under: Exchange, Messaging, Exchange 2007, Search Folder, HOWTO, Exchange Web Services, DevMsgTeam, ExchangeServiceBinding, ExchangeImpersonation, FindFolder, Restrictions
-
MAPI, MAPI, Yes, Papa. Getting lost? No, Papa. Telling lies? No, Papa. Where you then??? Here! Here! Here! http://msdn.microsoft.com/en-us/library/cc765775.aspx Trust me not going anywhere... atleast for now. Just a new home for MAPI. Find all the MAPI documentation here & hear more from Angela about the change
-
Of course you cannot use WMI to manage Exchange 2007, obviously Powershell is more power full and recommended to be used on Exchange 2007 Server. We will talk about Powershell and how to do same for 2007 later. For now you can use following script to get the statistics data from Exchange WMI Provider and Exchange_Mailbox class of it. On Error Resume Next Const wbemFlagReturnImmediately = &h10 Const wbemFlagForwardOnly = &h20 arrComputers = Array( "Server1" , "Server2"
-
This was a tough one and was lots of learning for me as well. Me and my colleague was working on a customer issue where his intentions were to list all the permissions on Exchange 2003 Mailbox Store. Of course one can go to Exchange System Manager (ESM), but considering an environment with 20+ Exchange server and over 100 Mailbox stores it could be a tedious task to satisfy the Auditing Team. There are tools that can give you that information to some extend like, PFDavAdmin and DSACLS but the information
-
I thought it was just the last month full of bugs and fixes. This month also started with a Exchange Web Services bug.. or better Exchange Bug as Exchange Web Service is just a victim :( If you add an attachment to a single occurrence of a recurring CalendarItem, and then call GetItem with AllProperties set to retrieve that occurrence, the attachment is returned but HasAttachments property is set to false. Not only that you cannot see the attachment in the OWA, but Outlook has no problem in showing
Posted to Jive into Messaging world (Weblog) by Vikas Verma on October 10, 2008
Filed under: Exchange, Messaging, Exchange Web Services, Workarounds, BUG, DevMsgTeam, GetItem, ExchangeServiceBinding, GetAttachment, HasAttachment
-
OK, I’m not exactly the hard-core Windows Mobile developer here. However, I had a recent issue with a customer who wanted to be able to use a PUSH to a windows mobile device which would be in stand-by. Their goal was to save on the battery life. Let’s start off with this: · WM devices support one Exchange server, but multiple POP3. · The devices wake on user action, timer, incoming SMS message or EAS call (not to mention a phone call). · The EAS protocol requires a special license for development.
Posted to Dan's WebDAV 101 (Weblog) by danba on October 6, 2008
Filed under: System.Net.Mail, Exchange, EWS, messaging, mailbox, pop3, DevMsgTeam, wm6 windows mobile, eas, standby, life, battery life, active sync, battery, mobile, wake, wm5, sms.dll, pull, push, webdav101blog
1
|
|
|