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)


    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   (RSS)
What’s new in System.Net.Mail & .Net Framework 4.0?
There are new enhancements to SMTP support for .NET 4.0 - in the area of Unicode support and increased standards compliance, which is an important aspect in ensuring that legitimate emails do not get flagged as spam, as well as a few other useful features. Read More...
Part # 2 - Using C#.Net & Exchange Web Service (EWS) : How to create and send e-mail messages?
In this we will see how to create & send e-mail messages using Exchange Web Service (EWS). It’s pretty simple with EWS to do. // Create the Exchange Service Binding ExchangeServiceBinding esb = new ExchangeServiceBinding(); // Add its relevant Credentials Read More...
CDONTS, CDOSYS, System.Web.Mail & System.Net.Mail
Microsoft Windows Server 2003 does not install Collaboration Data Objects (CDO) for NTS (CDONTS). Therefore, applications that use CDONTS do not function on a Windows Server 2003-based computer. Windows Server 2003 provides improved alternatives to CDONTS. Read More...
OOM : How to get SMTP address using OOM?
Earlier we(programmers) use CDO or MAPI to retrieve the real SMTP address (like user@domain.com) of Exchange account. But with the new object model, retrieving the SMTP address of Exchange account is much easier; it’s as simple like the following steps:  Read More...
Unicode mails send using CDOSYS &amp; Bodypart show special or funny characters in message body
Recently I was working with a Customer who uses ASP & CDOSYS to send Unicode content e-mails. He had the following partial code-snippet: ... Set objMail = Server.CreateObject( "CDO.Message" ) 'Create CDO.Message Object Set objBodyPart = Read More...
How to configure user permissions to relay e-mail message through SMTP Service?
You need to configure the user permissions to relay e-mail messages through the SMTP service. Do the following steps: Click Start , click Run , type inetmgr or open Internet Information Manager from Control Panel > Administrative Tools, and then click Read More...
Sending email using CDO &amp;amp;amp; remote SMTP Server
Assume that the computer on which this example will run has neither a SMTP service nor Microsoft Outlook® Express installed. In this case, you need to send the message through some SMTP service on the network and must configure the Message object completely. Read More...
Windows Mobile : WM 6.1 SMTP fix released
While i was reading articles related to our messaging arena and with regards to Windows Mobile they released SMTP fix for Windows Mobile 6.1. Per them, as some of you have noticed , a bug recently appeared on Windows Mobile 6.1 devices that prevented Read More...
Transport Agent Factories
Transport agent implementation: In general the transport agent is implemented as a class that derives from either the SmtpReceiveAgent Class or the RoutingAgent Class . Every agent also needs a corresponding agent factory that derives from the SmtpReceiveAgentFactory Read More...
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...
Error Codes : Windows Mail and Windows Live Mail error codes
I came across this KB article which contains a list of error codes that may occur in Windows Mail or in Windows Live Mail. The list contains the following categories: • Error code  • Error type • Description The list of error codes Read More...
Outlook Errors : Send and receive e-mail errors - Part # 1
Outlook Send and receive e-mail errors: When you try to send and receive e-mail, you may receive an error message that is similar to one of the following: No connection could be made because the target machine actively refused it. The server could not Read More...
How to get date & time when the message was received by Exchange server ?
One of my customer wanted to get the date and time when the message was received by Microsoft Exchange? In Exchange Server, we have the OriginationTime property. It indicates the date and time, in coordinated universal time (UTC), when the message was Read More...
Page view tracker