
Contents tagged with .net
Catel MVVM: How to create a WPF fullscreen Application
Today we came across a problem while creating a new Application using the Catel-Framework. The Application is a Device-Application that should run standalone without a Windows user interface.A Window … more
Outlook: Programmatically select a custom Form Region
Hello, in this Article let me show you how to create a Custom Form Region, a Ribbon button and displaying this Form when you click on it.For this demo we are extending the standard Outlook Contact … more
Restart a BackroundWorker Pattern
If you use a BackgroundWorker in your .Net Application you probably need to cancel the running process and re-start it with new parameters.There is a Pattern that you should use, to avoid the … more
Outlook AddIn - Prosperoware Zone
An Outlook Extension we created for ProsperoWare
The users of this Addin can display documents of a Document Management System in a TaskPane that can be hidden and showed using a button in the RibbonUI.When users creating new emails, they can open a … more
Office Extension - SimplePaper
An Office Extension we created for Rainer Förster AKTENSERVICE GmbH
We built an Office Extension that allows a User to upload the current Document as well as Emails to a Online Document Management System available at www.Simplepaper.de
The Extension is available in … more
Outlook AddIn - InsureCGI
An Outlook Extension for C.G.I. Consumers' Guarantee Insurance
We built an Outlook Extension for C.G.I. Consumers' Guarantee Insurance seated on Bahamas.The Extension allows the employers to assign Emails to Claims or Policies and saves the Emails and/or the … more
Send Email by using .Net via SMTP-Server
Sometimes it’s easier to send an Email without using the Outlook Object Modell. The .Net Framework already has the capability to send emails using a SMTP-Server.This snippet sends an Email using … more
Programming: Serialize/Deserialize to/from XML
Sometimes you need to store data. We use this snippet to serialize and deserialize objects and store settings in a Database.So we can use a simple Name/Value combination for our settings. public … more
Consulting and Training
You have a critical problem and not the experience? Maybe we have.We do trainings for Softwarevendors. Building a Prototype quickly. more
Programming Outlook: Sender or Receiver SMTP-Address
In case you programm an Outlook-Extension and need to retrieve the Email-Address of the sender or the recipient of an email, you may find this snippet usefull: When the sender is an internal sender of … more