

When a subscription is canceled, all associated data will be deleted.

Cancel your Microsoft 365 subscription any time by going to the Microsoft 365 admin center. Cancelation policies vary based on your status as a new customer, product, and domain selections on Microsoft. This sample add-in was developed using Add-in Express 2010 for Office and. If it is, the ribbon tab will be visible, if not it will be hidden. This code will check if the current inspector object is a Contact and whether the current object’s MessageClass property is .1. The code to send the email is: private void btnSendBonusLetter_Click ( object sender, EventArgs e ) I’ve added a label and button that sends an e-mail to the employee. Next, add a new Outlook Form item to your project.Īdd the required functionality to the form. In order to accomplish this add a new ADXOutlookFormsManager to the AddinModule designer surface. We’ll add an advanced Outlook region and set it to only display on BCM Employees inspector windows. Next, start a new ADX COM Add-in using Visual Studio.Ĭomplete the New Microsoft Office COM Add-in Wizard by selecting your programming language, minimum supported Office version and Microsoft Outlook as the supported application. However, if like me, you’re using Outlook and BCM 2010, you’ll see an additional Business Contact Manager store as well as an Outlook solution module / pane. Of course this fact provides you as Office developer an opportunity to add even more functionality to BCM by using Add-in Express.įirst, you need to make sure that BCM is installed if you’re using Outlook 2007 you’ll see an additional store in MS Outlook entitled Business Contact Manager.

The beauty of BCM for MS Office developers is the fact that it is entirely contained within MS Outlook giving the user a seamlessly integrated experience with Outlook. Microsoft Business Contact Manager or BCM is a great way for mostly small businesses to manage their business contacts, sales leads and projects.
