|
|
Browse by Tags
All Tags » devmsgteam » Mailbox Store (RSS)
Showing page 1 of 2 (12 total posts)
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
1
|
|
|