Browse by Tags

All Tags » Outlook (RSS)

Aggr from ASP.NET Blog: Creating an Outlook Message File with C#

Following's a post I made on my ASP.NET Weblog ( http://weblogs.asp.net/darrensim/default.aspx ) I've been working with a government agency lately, and came to notice that the software system they're using dates back to the stone ages. Many a time, the head of department is required to send an email to other head of departments within the same organization, each with a similar content, yet with attachment of nominal roll of folks under each of the departments (PS: HR Stuff). On every occasion that I observe, this poor balding guy has to create a template in outlook and copy it 20 times, adding the list of recipients to the individual MSG file and attaching the relevant set of excel/word document file for each of these departments. Of course, as a software engineer, the first thing on the mind is definitely, "AUTOMATION"! Microsoft Office Outlook does have an interop dll which specifically allows for this to be done, easily! Another altanative would definitely be making use of Visual Studio...