Tag Archive

How to Connect to Exchange with the EWS Managed API

Published on 13 October , 2011 By bill

Introduction The Exchange EWS managed API is very easy to use but there are some hurdles that may make it a little hard to get started.

How to Make Outlook Web App Login Automatically with C#

Published on 10 October , 2011 By bill

Introduction It is easy to place a web browser component into an application and use the features of OWA (Outlook Web Application) as a built in organiser, contacts manager and email client.

C# Email Client With Embedded Images

Published on 27 June , 2011 By bill

  Introduction Sending and receiving emails in C# is quite easy for plain text emails but handling embedded images can be a little tricky. In this post I will not go into the basics of sending and receiving emails but deal with displaying and sending embedded images.