Browse by Tags
All Tags »
SMTP Sink (RSS)
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...
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...
When we execute the SMTP command, we'll receive a reply from the mail server in the form of a three digit number followed by information describing the reply. For example, 250 OK Please find the list of reply codes from the Server. 211 A system status
Read More...
Please find the following steps and SMTP commands to test SMTP communication using Telnet on Port 25 . 1. At a command prompt, type telnet , and then press ENTER. This command opens the Telnet session. 2. Type set localecho and then press ENTER. This
Read More...
Please find the list of SMTP commands and its definitions, which can be used on multiple places. For example it can be used to check event SMTP sinks by sending mails . SMTP commands SMTP command Command function HELO Sent by a client to identify itself,
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...
Visual Basic 6.0 sample Dim TextDisclaimer As String Dim HTMLDisclaimer As String Implements IEventIsCacheable Implements CDO.ISMTPOnArrival Private Sub IEventIsCacheable_IsCacheable() 'Just returns S_OK. End Sub Private Sub Class_Initialize() 'TODO:
Read More...
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
Read More...