Browse by Tags
All Tags »
Mailbox Store (RSS)
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
Read More...
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
Read More...
One of my customer had migrated from Exchange server 2000 to Exchange Server 2003, where had an event sink registered on a mailbox store. But his Store.exe (Exchange Information Store service) stops responding for one of the following events: • You restart
Read More...
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
Read More...
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
Read More...
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
Read More...
Ever wondered how a large enterprise plans and implements design and architecture of its next generation of messaging system? View this content to find out how the Microsoft IT messaging team will uncover these details. Ever wondered how a large enterprise
Read More...
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
Read More...
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
Read More...
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
Read More...
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
Read More...
Here are some questions that are frequently asked by my customers whenever they try to access/enumerate Exchange Store: 1) In Exchange Store, how to get all properties for a particular item? To get all the properties for a particular item, bind to it
Read More...
I have found this wonderful piece of code(Visual Basic 6.0), used to create mailbox store. '////////////////////////////////////////////////////////////////////////////////// '// Name: CreateNewMailboxStoreDB '// Purpose: To create a new Mailbox Store
Read More...
Basic Information about "Mailbox store and Public folder Store" : MS Exchange store is a storage platform. The Exchange store is also known as the Web Storage System. It provides a single repository for managing multiple types of unstructured information
Read More...