Browse by Tags

All Tags » DevMsgTeam » KB   (RSS)
Showing page 1 of 6 (54 total posts)
  • Outlook Object Model : How to programmatically get logged-in user’s CompanyName in Outlook 2003/2007?

    Recently one of my customer updated that they have a requirement to implement the following logic: 1) Get Contact info from GAL or Address book for the specified contact 2) Get Contact information regarding his CompanyName etc. In the scenario, i provided the following suggestions: If you try Outlook 2003 & its prior versions: Using the Microsoft Outlook object model, you can access information that is stored in various address books. For example, you can retrieve information about entries in
    Posted to Le Café Central de DeVa (Weblog) by deva on December 29, 2009
    Filed under: Code Snippets, CDO, GAL, Outlook 2007, MAPI, Outlook 2003, Support Guidelines, Address Book, How to, KB, Outlook Programming, Outlook Object Model (OOM), DevMSGTeam, development, recipient, Property, Outlook, Support Policy, CDO 1.21, .Net Framework, samples, Updates, ExchangeUser, PropertyAccessor, Address, Permission
  • Breaking Change : The System Attendant mailbox has been removed from Exchange 2010

    In previous versions of Exchange, the System Attendant (SA) Mailbox was used by the link monitoring service and for publishing Free / Busy information. However, this functionality is no longer needed in Exchange 2010. As such the mailbox has been removed. One catalyst to this change was the new High Availability (HA) features in Exchange 2010. Having the System Attendant mailbox on servers presents a problem when the server needs to failover to the passive mailboxdatabase copy. Since only one SA
    Posted to For lack of a better word (Weblog) by dvespa on October 6, 2009
    Filed under: Extended MAPI, Exchange, KB, DevMsgTeam
  • KB: Why OWA or EWS application doesn’t show yearly recurring appointment?

    While working with one of my customer we noticed that the yearly recurring appointment doesn’t show in Outlook Web Access or Exchange Web Services(EWS) application. Customer created a monthly or yearly recurring appointment. He set the request to occur on the second, third, or fourth weekday of a month. But, whenever we use Outlook Web Access (OWA) client or customer’s Exchange Web Service (EWS) application to view this request, the request is set to occur on the first weekday of the month; but strangely,
    Posted to Le Café Central de DeVa (Weblog) by deva on July 22, 2009
    Filed under: Exchange Web Services (EWS), Outlook 2007, KB, meeting request, appointment, DevMSGTeam, Programming, development, OWA, EWS, EWS Troubleshooting, problems, Rollup, Recurring Appointment, Service Pack
  • Update: Rollup 9 for Exchange Server 2007 SP1

    On 7/17/2009, Microsoft released Update Rollup 9 for Exchange Server 2007 Service Pack 1. This update Rollup 9 for Exchange Server 2007 Service Pack 1 (SP1) resolves issues that were found in Exchange Server 2007 SP1 since the software was released. This update rollup is highly recommended for all Exchange Server 2007 SP1 customers. This update rollup does not apply to Exchange Server 2007 Release To Manufacturing (RTM). For a list of update rollups applicable to Exchange Server 2007 RTM, refer to
    Posted to Le Café Central de DeVa (Weblog) by deva on July 17, 2009
    Filed under: Exchange Server 2007, KB, DevMSGTeam, downloads, Download, What is New ?, cumulative update rollup, Rollup, exc
  • Download : Microsoft 2007 Office Suite Service Pack 2

    Now, you can download Microsoft Office Suite Service Pack 2 which provides the latest updates to the 2007 Office Suite. It consists of, Previously unreleased fixes that were made specifically for this service pack. In addition to general product fixes, this includes improvements in stability, performance, and security. You can find out more information in Knowledge Base Article 953195 , where product-specific changes are described. All of the Public Updates, Security Updates, Cumulative Updates,
    Posted to Le Café Central de DeVa (Weblog) by deva on April 28, 2009
    Filed under: Do you know, Outlook 2007, Calendar, KB, Performance, Outlook Performance, Daylight Saving Time (DST), DevMSGTeam, Known Issues, downloads, Download, Outlook, changes, Outlook 2007 SP2
  • Outlook Object Model : Why i can’t able to assign value for MAPIFolder.WebViewURL ?

    One of my customer had created an Outlook Add-in using VSTO & Outlook Object Model (OOM). As per the business logic, he need to implement the WebViewURL in it. The MAPIFolder.WebViewURL works fine and take’s us to set value to it most of the times, but it doesn’t function as expected in some time; the strange thing is it’s not throwing any error or exception when we execute the code. //[Code Snippet : C# , VSTO, Outlook Object Model (OOM)] ... //Provide the non-default store path String pstPath
    Posted to Le Café Central de DeVa (Weblog) by deva on February 26, 2009
    Filed under: VSTO, Store, Code Snippets, Outlook 2007, MAPI, E-Book, design, Outlook Add-in, KB, Outlook Programming, Outlook Object Model (OOM), Outlook UI, pane, pst, DevMSGTeam, Outlook UI Issues, development, Folder, Interop, Outlook View, View, WebViewURL, URL
  • KB: XML schema validation errors when Exchange Web Service requests and responses have invalid XML characters

    …I recently submitted the following KB article for publication but wanted to get the content out.  I will update this post when the KB article is published… SYMPTOMS Scenario 1 When you submit an Exchange Web Services request to Microsoft Exchange Server 2007 that contains invalid XML characters, you may get the following ErrorSchemaValidation exception response: “The request failed schema validation: [character], hexadecimal value [value], is an invalid character.” Scenario 2 When you submit
    Posted to mstehle: The CDOs and CDONTS of Messaging Development (Weblog) by mstehle on February 12, 2009
    Filed under: KB, Exchange Web Services, DevMsgTeam
  • OWA Customization: PSS support policy for Exchange Server 5.5, 2000 & 2003

    Per the support KB , Microsoft PSS has the support policy for customization of Outlook Web Access for Exchange that cover its versions like 5.5, 2000 & 2003. Per the article, we can get more information regarding the support policy for OWA customization for its various versions like, “…The Exchange 5.5 version of OWA is made up of Active Server Pages (ASPs). The Exchange 2000 and Exchange 2003 versions of OWA are composed of two main components: templates and controls. Templates are served from
    Posted to Le Café Central de DeVa (Weblog) by deva on January 31, 2009
    Filed under: Store, Exchange Server 2003, Support Guidelines, KB, Not Supported, DevMSGTeam, hotfix, OWA, Exchange Server, PSS, Support Policy, ISAPI, Exchange Server 5.5, XSL
  • Legacy CDOEX application throws error 8004011B when we open appointment created using Exchange Web Service (EWS)

    My customer has CDOEX based legacy application which pulls the calendar and appointment items. Later they had merged their Exchange Server 2003 SP2 along with Exchange Server 2007 SP1 – mixed mode environment. He had an unique issue, whenever he tries to access couple of appointments created in Exchange Server 2007 environment, his CDOEX application throws the error : 8004011B: Unknown Error which means MAPI_E_CORRUPT_DATA. When we started troubleshooting we found that those appointments were created
    Posted to Le Café Central de DeVa (Weblog) by deva on January 29, 2009
    Filed under: Exchange Web Services (EWS), Exchange Server 2007, Exchange Server 2003, Migration, CDOEX, Calendar, KB, appointment, DevMSGTeam, Known Issues, MSDN, .Net, MAPI Error
  • Cannot rename default folder using Outlook Object Model (OOM) ?

    One of my customer reported that when he tried renaming the default folder using VBA & Outlook Object Model (OOM) for Outlook 2003, he received the following error: “ You don't have appropriate permission to perform this operation .” As the Outlook 2003 object model was intentionally changed so that you cannot rename default folders, we recommended the customer to make use of Collaboration Data Object library (CDO 1.21) & requested to do the changes per the Knowledge base article .
    Posted to Le Café Central de DeVa (Weblog) by deva on January 23, 2009
    Filed under: CDO, Outlook 2003, KB, Outlook Programming, Outlook Object Model (OOM), VBA, DevMSGTeam
1 2 3 4 5 Next > ... Last »

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker