This is handy if you want to do some programmatic modifications to an image before presenting it to a user.
Continue reading “VB NET: Reading a PNG Image, Modifying it, then Sending it to the User”Category: Visual Studio
Programatically Connecting to MS Exchange Using EWS
You can do a lot with your code when you write an application that communicates with your Exchange server. But getting the setup to work for you in Visual Studio isn’t always as intuitive as it should be. Here are the steps I went through getting my project in Visual Studio set up and connecting to MS Exchange.
Continue reading “Programatically Connecting to MS Exchange Using EWS”