Per Søderlind

I code for fun

Indy followup - How to send a simple text email message

[sourcecode language='c#'] //The following code is the basic structure for constructing a message: Indy.Sockets.IndyMessage.Message LMsg = new Indy.Sockets.IndyMessage.Message(); LMsg.From.Text = AFrom; LMsg.Recipients.Add().Text = ATo; LMsg.Subject = ASubject; LMsg.Body.Text = AMsg; SMTP LSMTP = new SMTP(); LSMTP.OnStatus += new Indy.Sockets.IndyComponent.TIdStatusEvent(SMTPStatus); LSMTP.Host = "mail.domain.tld"; LSMTP.Connect(); try { LSMTP.Send(LMsg); Status("Completed"); } finally {...

Indy

Internet Direct (Indy for short) is an open source Internet component suite comprised of popular Internet protocols. Indy is the most comprehensive socket library available for any language and contains support for TCP, UDP, ICMP, clients, servers, SMTP, POP3, IMAP4, HTTP, NNTP, FTP, and many more protocols. In fact Indy...

Google Groups 2 BETA with ATOM feeds

Google Groups 2 BETA offers Atom feeds for each group. To see feeds for a specific group, use this format: https://groups-beta.google.com/group/NAME-OF-GROUP/feeds Here are a few examples: https://groups-beta.google.com/group/alt.www.webmaster/feedshttps://groups-beta.google.com/group/alt.html/feeds more ...

PINVOKE.NET Add-In for Visual Studio

"This add-in for Visual Studio (7.0 or later) communicates with www.pinvoke.net, making it easy to copy signatures and types from the PINVOKE.NET repository into your source code. It also highlights alternative managed APIs that help you avoid PInvoke altogether, and makes it easy for you to contribute your own signatures...

.NET Reflector 4.0 Release Notes

Reflector is a class browser for .NET components. It allows browsing and searching the meta data, IL instructions, resources and XML documentation stored in a .NET assembly. Reflector was first released in October 2000 running on .NET Framework 1.0 Beta 2. Code Model: While previous versions of Reflector partly used...

Reflector v4.0 for .NET released !

Reflector is a class browser for .NET components. It supports assembly and namespace views, type and member search, C# XML documentation viewer, call and callee graphs, IL disassembler, VB and C# decompiler, dependency trees, base type and derived type hierarchies and resource viewers. C#, Visual Basic and Delphi language syntax...

Convert VB.NET to C# (and vs.vs)

This utility will allow you to convert your VB.NET code to its equivalent in C# There's also a utility that does the opposite. more ...

Amazon Cover Search

The Amazon Cover Search (ACS) will search in the product catalog of Amazon Germany, Amazon UK, Amazon US and Amazon Japan for CDs, DVDs, videos and books. The results, which includes covers, tracklists and reviews can be saved to your harddisk for further editing. The saved data is useable to...