Welcome to MSDN Blogs Sign in | Join | Help

News

  • <font color="WHITE">Le Café Central de DeVa</font> DeVa rocks

    Bookmark and Share Bookmark and Share

    I changed the way of blogging, re-designed along with Windows 7 launch!!
    Additionally added feature, so that you can try to view the page in your language (any one of them)

    Deva Gnanam

    உங்கள் பேட்ஜை உருவாக்குங்கள்
    Translate into your language

    My XBOX Live

    XBox Live

    Disclaimer:

    This weblog/blog is solely my opinion.The information in this weblog/blog is provided "AS IS" with no warranties, and confers no rights. This weblog/blog does not represent the thoughts, intentions, plans or strategies of my employer. Inappropriate comments will be deleted at the authors discretion.

    Use of included script samples are subject to the terms specified in theTerms of Use

    .

    Privacy Statement:
    I do not collect personal data associated with comments posted to this site.


    Comments:
    We would like to hear your comments, reviews & valuable constructive opinion....


    Site Statistics
    Locations of visitors to this page





    Make a difference


    Subscription offer


    Developer resources



    Students free software

    Try & Test Drive Online

    More about Windows 7



    Experiences

    Go Green!!




Browse by Tags

All Tags » SMTP Sink   (RSS)
Monitoring event sink # 25 - Recipients modified mail (using event sink) sent from PICKUP folder and lands in the DROP folder ?
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...
Test and troubleshooting tools for various Exchange technologies
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...
API's that are not included in Exchange Server 2007 ?
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...
Monitoring event sink # 20 - MailMsg COM class
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...
Monitoring event sink # 19 - SMTPReg.vbs
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...
Monitoring Event Sink # 18 - How to write an OnArrival-type SMTP event sink in managed code (using Visual Studio.NET)
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...
SMTP Commands Part # 3 - List of Server reply codes
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...
SMTP Commands Part # 2 - Using Telnet on port 25 to test SMTP communication
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...
SMTP Commands Part # 1- List of SMTP Commands
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...
Monitoring event sink # 17 - Sample for adding disclaimer for outoging SMTP messages - VBScript
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...
Monitoring event sink # 16 - Sample for adding disclaimers for outgoing SMTP messages - Visual Basic 6.0
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...
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 Read More...
Page view tracker