Embed Image in E-Mail is Easy in C#

Embed Image in mail How to add logo in mail? How to add an image object in mail with out having any static URL? (for example <img src="http://shareourideas.com/wp-content/uploads/2010/03/twitter_logo_header.png" />) Here best solution for this…! C# Code :- Import this Net.Mail and Net.Mime using System.Net.Mail; using System.Net.Mime; //Then use this code in button click or your own function { string strMailContent = "Here is your mail content…."; string fromAddress = "your-email@[your...
More

Takecare of Passwords

Take care of your passwords in net cafe and shared PC If you’re using public systems or went for net cafe for browsing, we must take care of your user names and password. We are mostly using Fire Fox browser. If you enter user name and password for any site, it will show the popup with remember password. Better not save the password. If you save the password, some other users we access your passwords. Then can view your password too, it is possible by using Fire Fox. Try this steps, how we can ...
More

Yahoo messenger status API

Yahoo messenger status API , Using this we can check the status of  the Yahoo user online/offline position. it will return Online and Offline status information with images too. Please check this below URLs. http://opi.yahoo.com/online?u=[your-Yahoo-ID]&m=g&t=0 http://opi.yahoo.com/online?u=[your-Yahoo-ID]&m=g&t=1 http://opi.yahoo.com/online?u=[your-Yahoo-ID]&m=g&t=2 http://opi.yahoo.com/online?u=[your-Yahoo-ID]&m=g&t=3 : : http://opi.yahoo.com/online?u=[...
More