Browse by Tags
All Tags »
Monitoring Event Sink (RSS)
We can enumerate the store event sink as given below: 'This command helps us to enumerate the list of registered store event sink's with the 'administrator user's inbox available in contoso.com C:\> cscript regevent.vbs enum "file://./backofficestorage/contoso.com/mbx/administrator/inbox"
Read More...
Viruses, worms, and other malicious content transmitted by e-mail systems are a destructive reality faced by most Microsoft Exchange administrators. Therefore, we should develop a defensive antivirus deployment for all messaging systems. Now we can have
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...
Timers & Events: Whenever we talk about the event sink and we plan to implement the event sink that should trigger within a specified time or interval, then we will go for onTimer Event sink. Basically Timers have scope, in the same way as other events.
Read More...
Recipients modified email messages (using event sink) sent from PICKUP folder and lands in the DROP folder ? The Pickup folder processes outgoing messages that are created as text files and then copied to the Pickup folder. When Request for Comments (RFC)
Read More...
I tried to compose the test and troubleshooting tools for various exchange technologies. This initial list upto Exchange Server 2003. Technology Tools for test and troubleshooting tools Active Directory Services Interfaces (ADSI) All standard test and
Read More...
When you migrated from Microsoft Exchange 2000 & 2003, where they provide several API's that are not included in Microsoft Exchange Server 2007. Please find the following API's that are not included in the Exchange Server 2007 environment & the
Read More...
When i am working with my customer with regards to Exchange store event sink, he reported it's not working as expected. There is no issues in the Event viewer and no error it thrown. We tried with Microsoft Exchange Server 2007 environment, the store
Read More...
One of my customer who has reported that on Exchange Server 2000 his Store event sink (onSyncSave) for global events causing the notifications for the couple of empty flags. When we analyzed his event sink, he registered it as, regevent add onsyncsave
Read More...
One of my customer developed with a store event sink (onsave;ondelete) in x64bit Exchange 2007 server. He want to know in which server role that we need to register the event sink along with COM+ application ? Yep, that's true. As you know in Exchange
Read More...
MailMsg - COM Class The MailMsg COM class represents a message as it proceeds through the SMTP service. The information within the MailMsg object is persisted to some physical location such as the file system using objects and file handles provided by
Read More...
Are you looking to register the SMTP event sink? Then we need to make use of script called "SMTPReg.vbs". The following event management script demonstrates using the Server Extension Objects (SEO) to manage event bindings for the SMTP service. Please
Read More...
I found this wonderful article talks about " How to write an OnArrival-type SMTP event sink in managed code by using Visual Studio .NET 2003 ". It's an interactive article, with step-by-step ways of illustration to create event sink in Managed environment(.Net).
Read More...
1: <SCRIPT LANGUAGE= "VBScript" > 2: Sub ISMTPOnArrival_OnArrival( ByVal Msg, EventStatus) 3: TextDisclaimer = vbCrLf & "DISCLAIMER:" & vbCrLf & "Sample Disclaimer added in a VBScript." 4: HTMLDisclaimer = "<p></p><p>DISCLAIMER:<br>Sample
Read More...