| Thread | Last Post | Replies |
|
| Start a mailtemplate with a makro | 28 Feb 2005 16:16 GMT | 12 |
I would need the macrocode to start the Mailtemplate TEST.oft from an OL contact with a botton and write in the mailadresse of the contact - like the function 'new message to contact.' Thanks for ideas
|
| Compatibility | 28 Feb 2005 15:07 GMT | 1 |
I made an Add-In VB and I debuged with Outlook 2002; my question is if it's compatible with Outlook 2000 and 2003? If no... What I have to do to make it compatible with these versions? Thanks in advance
|
| "Lookout" toolbar doesn't remember position | 28 Feb 2005 15:05 GMT | 3 |
I'm using the "Lookout" search add-in for Outlook 2003. For some reason, the Lookout toolbar always pops up in a specific location, shifting my other toolbars down and putting itself on a blank row. If I reposition it, it doesn't 'remember' where I left it -- it always appears ...
|
| submenu deletion | 28 Feb 2005 14:39 GMT | 2 |
In OnConnection Event I create a menu of this type: Private WithEvents oMenuItem As Office.CommandBarButton But I have a problem, I cannot delete the menu when I close Outlook, so every time when I open Outlook, a new submenu with the same name is added.
|
| Outlook Installs Custom Appointment Form on Recipient When Receiving a Meeting Request | 27 Feb 2005 20:22 GMT | 4 |
I have an Outlook com add-in which has a Customised appointment item form with a new tab which contains a few check boxes and other bits and pieces. The tab works fine but when someone sends a meeting request to another outlook user it copies the form to the recipients pc even if ...
|
| Add Menu Item... | 27 Feb 2005 19:09 GMT | 2 |
Can sombody tell me how can I add a menu item in Tools menu and I can I use a form from that menu? Thank a lot in advance,
|
| vb add-in | 27 Feb 2005 19:03 GMT | 1 |
I have some problems regardin' an add-in for Outlook 1. I have to call a Form in Tools Menu 2. From time to time, base on a period i have to check if there are some file in a specified folder
|
| DAILY E-MAIL FROM OUTLOOK | 27 Feb 2005 11:59 GMT | 1 |
THE QUESTION IS: FROM THE MS OUTLOOK PROGRAM CAN I SEND AN E-MAIL NOT AT THIS MOMENT, BUT EVERY DAY IN A SPECIFIC TIME A SPECIFIC MAIL WITH ATTACHMENTS. IF YES HOW CAN I DO THIS? _____________________________________________________________
|
| function working on ol>2002 but no on ol2000 | 26 Feb 2005 17:06 GMT | 3 |
I have problem with a function get_ItemProperties. It works on Outlook 2002 and 2003 but generate a debug ESP error ("value of esp was not properly saved across a function call. This is usually a result of calling a function with a function pointer declared in a different
|
| What is ConversationTopic? | 25 Feb 2005 19:54 GMT | 4 |
The explanation of this property in the doc say: "Returns a String representing the topic of the conversation thread of the item." What exactly this means? It seems very attractive to me because I would like to be able to support a conversation around an item without changing the ...
|
| check box | 25 Feb 2005 15:22 GMT | 3 |
Is there a way to add a check box to a tool bar in Outlook using C++? I figured out how to make a toggle button, but a check box would be better if I can do it. Mark
|
| Internationalization problem / VB .NET | 24 Feb 2005 15:14 GMT | 1 |
In wrote Outlook Addin in VB .NET. I create there ResourceManager using following code: dim G_locRMesg as Resources.ResourceManager = New Resources.ResourceManager("Mynamespace.messages",
|
| Deleting items in Outl2k2 and 16 | 24 Feb 2005 14:56 GMT | 2 |
Is 16 a magic number for item deletion? I have a hook to Items events on "Deleted Items" folder and its ItemAdd event is fired for every deleting item except. Except if I'm deleting more than 16 items at the same time (select 17 items and press "Delete"). In this case no ItemAdd is ...
|
| Manual UnRead and item state after that. | 24 Feb 2005 14:51 GMT | 7 |
I'll rephrase the question because it's still the biggest issue on my plate. If I "UnRead" selected (it's important part) item manually (i.e. through the item's or folder's context menu "Mark as read" ) I can't save [asynchronous] changes to that item (at least changes made to ...
|
| installer building | 24 Feb 2005 14:25 GMT | 3 |
I have a strange problem. I have an outlook addin built in vb.net (for office XP outlook) and the installer that VS builds is fine. however, I want to add this outlook component to a larger install that is built using installshield developer.
|