Justin Cooney
Web Development Tips and Examples
Category: msoControlComboBox
-
Some really cool functionality that you can put together is to automate saving emails from your Outlook email application to be stored in a SharePoint document list. This lets your users keep using the tools they are comfortable working with (such as Outlook), but helps make sure that important emails are backed up to a reliable…
-
VSTO for MS Outlook can be a powerful way to customize Outlook programmatically. However, the syntax can be finicky at times and I have found a few instances where the programming logic becomes tricky. For example, you can use VSTO to add a text box to the Outlook command bar window. This can be put…