Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Store   (RSS)

Store Event sink registered with Outbox or Sent item folders won’t fire

Have you register an Exchange 2000 store event sink globally on the mailbox store, the sink fires for the appropriate events (OnSyncSave, for example) for all folders in a mailbox. However, the sink does not fire for events in the Outbox or the Sent Items

Exchange Web Service: Web Services Message cycle

Exchange Web Services Message cycle When a client application requests information from the Exchange store, an XML request message that complies with the SOAP standard is created and sent to the Exchange server. When the Microsoft Exchange server receives

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

WebDAV Sample(s): How to get item property values from Exchange Store

Please find this wonderful article, which talks about " How to get item property values using WebDAV ". This article has good example's in VB.Net, C#.Net, C++.Net and VBScript. It talks about, how you can construct the XML body of a WebDAV PROPFIND Method

Monitoring Event sink # 15 - Check event registration and its item properties

Whenever if we work with event sink, we need to check the event registration, what're the associated items, its item properties and its importance (whether it is required or not)... Event Registration To receive event notifications, you must register

Monitoring Event Sink # 14 - Advanced Queuing Engine and SMTP sinks

Advanced Queuing Engine - SMTP Architecture The advanced queuing engine is a key component in Exchange 2003 message handling, because all messages must pass through this engine, even when sender and recipient are located on the same server running Exchange

Monitoring event sink # 13 - Best practices for Event sink registration

Event sink registration - Best practices It's must to know when we try to register the event sink in Excahge environment. The following guidelines are helpful when you create event registration items: The scope of an event sink is restricted to a single

Monitoring Event Sink # 12 - Event Sinks firing order

"Which order the event sinks are getting fired" ? This is a common question asked by customers, whenever we work event sink related cases. Take this small example example, when registering for synchronous event notifications, you can set a priority. It

Part # 4 - Configure Public folder permissions

Configure Public folder permissions Please find the lists of management tasks that you can perform to configure and maintain public folder permissions: How to Add Permissions for Client Users to Access Public Folder Content You can use the Add-PublicFolderClientPermission

Monitoring Event Sink # 11 - Registering for Store-Wide Events

Registering for Store-Wide Events Global events can only be registered in the following folders: For private mailbox stores : file://./backofficestorage/ADMIN/%userdnsdomain%/MBX/SystemMailbox{GUID}/Storeevents/GlobalEvents For public folders : file://./backofficestorage/ADMIN/%userdnsdomain%/Public

Monitoring Event Sink # 10 - How to Register Store Event Sink

Registering Store Event Sink - Three Sample attached Example 1: The above command example is to register a specific mailbox. To register event sinks to a specific store with the regevent.vbs script, here is an example: cscript regevent.vbs add OnSyncSave

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

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 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

Monitoring Event sink # 7 - Register an Exchange Store Event Script File Using WebDAV in Visual Basic 6.0

I found this wonderful link , which discuss about how we can register an Exchange Store Event Sink using WebDAV in Visual Basic 6.0 Please find the WebDavRegEvent sample shows how to register a Store Event Sink using Web Distributed Authoring and Versioning

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
More Posts Next page »
 
Page view tracker