|
|
|
|
| Setup project tutortial |
| Hello all:
I am developing a COM add-in for Outlook 2007 using VS 2005 and the VSTO
project. When I run the project on the dev machine, the add-in runs fine.
Now I need to deploy it but I am not sur... on 18-Nov-09 |
| |
|
| Understanding a chart object |
| A chart in a wordML file is:
Where is the data in gfxdata defined?
thanks - dave
david@at-at-at@windward.dot.dot.net
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.... on 17-Nov-09 |
| |
|
| Save Mailitem as RFC822 with Redemption in C# |
| Hello,
i want to save a mail in a .eml file. Therefore i have following code:
private void buttonCBB_Click(Office.CommandBarButton ctrl, ref bool
cancel)
{
if (selection[1] is Outlook.MailItem)
{
O... on 17-Nov-09 |
| |
|
|
|
|
|
| Ribbon Repurposing with a Native C++ Addin |
| I have a C++ native COM addin (not ATL) and one of the things
it needs to do is repurpose one of the Outlook buttons on the Ribbon.
There are a couple of questions that I need some answers on.
1) W... on 15-Nov-09 |
| |
|
|
|