Browse by Tags

All Tags » devmsgteam » Mailbox Store   (RSS)
Showing page 1 of 2 (12 total posts)
  • Creating Outlook rules not possible using Exchange Web Services?

    When i working with the customer who is working with Exchange Server 2007, the discussion turned towards the Exchange Web Services. He is interested to create rules on Outlook using Exchange Web Services (EWS) and looks how to proceed on this. At the end of research, we found that it's not possible to create rules for a specific mailbox using EWS. In the similar way, it is not possible to view the rules that are set on a mailbox with the EWS. This happens due to when we work with EWS we can't access
    Posted to Le Café Central de DeVa (Weblog) by deva on November 11, 2008
    Filed under: Mailbox Store, Exchange Web Services (EWS), Exchange Server 2007, Outlook 2007, MAPI, Rules, Rule, mailbox, Outlook Programming, Outlook Object Model (OOM), Exchange Rules, DevMSGTeam, Gotcha, Extended MAPI, Protocol Docs
  • Monitoring event sink # 28 - Attachments Are Missing When You Use an Event Sink to Modify the Stream of Messages

    One of my customer reported that they have a store event sink, which is used to modify the stream of incoming messages in Exchange Server environment (2003). But their attachments are missing when they open & view the message in Microsoft Outlook or in Microsoft Outlook Web Access (OWA); But contrarily when we view the message in Microsoft Outlook Express or by using Collaboration Data Objects (CDO), we can open and view the attachments in the message. When we investigated regarding the issue,
    Posted to Le Café Central de DeVa (Weblog) by deva on November 10, 2008
    Filed under: Monitoring Event Sink, Store, Mailbox Store, Exchange Server 2003, CDO, Tutorials, Outlook 2003, Store Sink, mailbox, regevent.vbs, KB, Events, Errors, Troubleshooting, Outlook UI, DevMSGTeam, Known Issues, Programming, hotfix, OWA, Outlook Web Access, Outlook Errors, Outlook Express, systemmailbox, Stream Messages, Attachment
  • Monitoring event sink # 27 - After you register an event sink on a mailbox store, the Microsoft Exchange Information Store service does not start in Exchange Server 2003

    Category: (100) Event ID: 1000 Date: Date Time: Time User: N/A Computer: Computer_Name Description
    Posted to Le Café Central de DeVa (Weblog) by deva on November 10, 2008
    Filed under: Monitoring Event Sink, Store, Mailbox Store, Exchange Server 2003, Tutorials, Migration, Outlook 2003, EXOLEDB, Store Sink, mailbox, regevent.vbs, KB, Events, Errors, Troubleshooting, Outlook UI, DevMSGTeam, Known Issues, Programming, hotfix, Application Log, OWA, Outlook Web Access, Outlook Errors, Outlook Express, systemmailbox, Stream Messages, Attachment, criteria
  • How to access a particular mailbox using Microsoft Exchange web services ?

    In this article, we will see how we can access a particular mailbox using Microsoft Exchange web services ? The DistinguishedFolderId element identifies Microsoft Exchange Server 2007 folders that can be referenced by name. The DistinguishedFolderId class has an optional Mailbox property on it that allows you to indicate which mailbox you are accessing. 1: <DistinguishedFolderId Id= "" ChangeKey= "" > 2: <Mailbox/> 3: </DistinguishedFolderId> .csharpcode, .csharpcode
    Posted to Le Café Central de DeVa (Weblog) by deva on October 8, 2008
    Filed under: Mailbox Store, Exchange Web Services (EWS), Exchange Server 2007, Code Snippets, roles, mailbox, How to, DevMSGTeam, Programming, development, Property, Client Access Server (CAS), DistinguishedFolderId, Schema, FolderId, Folder
  • Powershell : How to sort the mailboxes based on their size on ascending order ?

    When we make use of Exchange Server 2007 SP1 & Windows Powershell, if we have a requirement to sort the mailboxes based on their size on the ascending order, then try this command: Get-MailboxStatistics -Server Servername | Sort-Object -Property TotalItemSize | Format-Table DisplayName,TotalItemSize
    Posted to Le Café Central de DeVa (Weblog) by deva on June 4, 2008
    Filed under: Mailbox Store, Exchange Web Services (EWS), Exchange Server 2007, cmdlet, Powershell, mailbox, DevMSGTeam
  • Exchange Server Development Technologies - Series # 1 - Exchange Rules

    Welcome to Exchange Server Development Technologies - Series # 1 In this series, we will discuss about the Exchange Rules. This topic provides information about using Exchange Rules to develop messaging applications. Exchange rules are typically used to specify user-defined actions that are to be performed on messages that arrive in folders of the user's mailbox. In addition, it is possible to use a set of predefined rules on Public Folders Exchange Server uses rules on mailboxes and other folders
    Posted to Le Café Central de DeVa (Weblog) by deva on May 23, 2008
    Filed under: Store, Mailbox Store, Rules, KB, Outlook Programming, Exchange Rules, DevMSGTeam
  • Monitoring Event Sink # 9 - How to delete store event sinks

    How to delete store event sinks If you want to delete the event sink you registered in a particular mailbox, you can perform the following steps: 1. Start the command prompt, and change to the directory where the regevent.vbs is located. 2. Type the command to run regevent.vbs. The following code is one example of the command: cscript regevent.vbs delete " file://./backofficestorage/contoso.com/MBX/smith/inbox/testsink "
    Posted to Le Café Central de DeVa (Weblog) by deva on February 18, 2008
    Filed under: Monitoring Event Sink, Store, Mailbox Store, Exchange Server 2007, Exchange Server 2003, Code Snippets, Tutorials, Store Sink, regevent.vbs, DevMSGTeam
  • Monitoring Event Sink # 8 - Register a store event sink using Regevent.vbs on Exchange

    Step-by-step guide on how to register store event sinks Per KB , Before you use regevent.vbs to register the event sink VB script, you need to register a new COM+ application on the Exchange server to properly execute script-based store events. Please follow the steps below: 1. To start the Component Services console, click Start, select Programs, Administrative Tools, and Component Services. 2. In the Component Services snap-in, expand the list in the following order: Component Services, Computers,
    Posted to Le Café Central de DeVa (Weblog) by deva on February 18, 2008
    Filed under: Monitoring Event Sink, Public Folder store, Store, Mailbox Store, Exchange Server 2007, Exchange Server 2003, Code Snippets, Tutorials, Store Sink, onsyncsave, ondelete, onsave, exodbprx.dll, exodbesh.dll, regevent.vbs, onsyncdelete, COM+, KB, VBScript, DevMSGTeam, permissions, Virtual Directories, Exchange
  • Exchange Store - Experiences (FAQ) - Part 3

    One of my customer asked this question, "what is the Difference between Mailbox store & Public folder store objects in Active Directory & Exchange System Manager ?". Yep, not only him, many of us want to know the same? @ Active Directory Sites and Services, mailbox store and public folder store objects are represented by leaf nodes that do not contain child objects. @ Exchange System Manager, mailbox store and public folder store objects are represented as nodes in the console tree. ESM tree
    Posted to Le Café Central de DeVa (Weblog) by deva on January 9, 2008
    Filed under: Public Folder store, Store, Mailbox Store, FAQ, DevMSGTeam
  • Exchange Store - Experiences (FAQ) - Part 2

    Here are some questions that are frequently asked by my customers whenever they try to access/enumerate Exchange Store: 1) Can you name some of the known URL's of users mailbox folders? Calendar file://./backofficestorage/example.com/MBX/UserAlias/Calendar Contacts file://./backofficestorage/example.com/MBX/UserAlias/Contacts Drafts file://./backofficestorage/example.com/MBX/UserAlias/Drafts Inbox file://./backofficestorage/example.com/MBX/UserAlias/Inbox Journal file://./backofficestorage/example.com/MBX/UserAlias/Journal
    Posted to Le Café Central de DeVa (Weblog) by deva on January 9, 2008
    Filed under: Public Folder store, Store, Mailbox Store, FAQ, DevMSGTeam
1 2 Next >

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