| Thread | Last Post | Replies |
|
| Programmatically using the "resend this message" action? | 20 Mar 2006 16:30 GMT | 1 |
Hi, I'm very new to the whole Add-In world. For my first add-in, I wanted to address the resending feature. Our spam engine requires that emails get resent to a particular email address. I personally got tired of double-clicking an email, just so I could select
|
| MSN Maps Has Changed | 20 Mar 2006 04:01 GMT | 1 |
In Outlook 2003 by clicking on an icon it allows you to map an address automatically using MSN Maps. Now the format of MSN Maps has seemed to change and I'm forced to click on a link to enter the old site. Is there a way to fix this or even change to another mapping service like ...
|
| sharing macros | 18 Mar 2006 19:41 GMT | 1 |
I wrote a small macro that I would like to have other people in the office use. I read some articles one of which said you can copy the project but it has some known bugs. We also came up with being able to export the module and importing on another users machine. This seems ...
|
| Easiest way to see if the recipients are Exchange users? | 18 Mar 2006 19:12 GMT | 1 |
I have an open Inspector window and a new mail being written. Once the Send is hit I can subscribe to the App.ItemSend event and examine the message. What I need to be able to do is tell if any of the recipients on the
|
| Windows form in Inspector | 17 Mar 2006 15:55 GMT | 1 |
I have a button on an inspector that opens a windows form. Problem is when the form opens and word is the email editor then when you move the windows form around it paints everything behind it white. If Word is not the email editor then it works ok.
|
| Recipients Objects | 16 Mar 2006 22:05 GMT | 1 |
Anybody can help me with that problem. I can not instanciate a variable of type MAPI.Recipients (CDO) My code fails when I try to use the method Add. The application returns me that the object do not exists.
|
| Problem running a VBA script from an Outlook rule | 16 Mar 2006 22:03 GMT | 5 |
I wrote a VBA subroutine that is called from an Outlook rule. What the subroutine does is to look into the MailItem.body to search for certain keywords and based on the result, move the mailItem in a given folder. Since I wrote this script, a couple of annoying things happened. ...
|
| "Can't move the items" When using Advanced Find | 16 Mar 2006 15:50 GMT | 2 |
I have developed a COM Add-in for Outlook 2002 in C# using the IDTExtensibility2 interface. It works pretty well except when users try to move mailitems from the advanced find window (or when they use "find" on a folder) to another folder. When they do this they get an error ...
|
| Deleted Items | 16 Mar 2006 15:50 GMT | 19 |
Hey guys, I want to check if an item exists in the DeletedItems Folder, but if I use item.Parent, it will show me the original folder of the item. So if I delete a task through outlook UI, and then in my code check the Parent it will still show as Tasks until I shutdown outlook
|
| Transparent Inspector images | 15 Mar 2006 22:52 GMT | 7 |
I am trying to add transparent images to CommandBarButtons in an Inspector which of course doesn't use the mask property. I am using C#. Does anyone have any suggestions? Thanks
|
| Unable to get outlook com addin to install correctly | 15 Mar 2006 19:01 GMT | 2 |
I'm a very new to Visual Basic .Net and are having some issues with a com add-in that I built. I'm using Visual Studio 2005 and have built a simple com add-in that creates a command bar with a button. When this button is clicked it launches a custom appointment form. When I build
|
| (Noob) VB6 COM Addin Question | 15 Mar 2006 17:33 GMT | 2 |
I am using the Outlook COM Addin Template at http://www.microeye.com/resources/Outlook%20COM%20Addin.zip I should also say that I'm an absolute beginner with VB6. I add a dialog form to this project with OK and Cancel button. I would like Outlook to
|
| Retrieve Name from the Contacts in the Appointment form | 15 Mar 2006 14:51 GMT | 1 |
I'm trying to populate the Body in the Appointment Form based on the value (not the contact) entered in the Contacts box. Basically, the user enters Number in the Contacts Box and clicks a button in the Standard Bar and the Body gets populated from the data in
|
| Receiving attachments with Outlook Connector for Domino | 15 Mar 2006 04:40 GMT | 1 |
My workplace runs Win2000/Office 2003. I'm using Outlook 2003 and olconn.exe to connect to a Domino mail server (normal email client is Lotus Notes R 5.0.11). In generaly, the connector works great. The only problem I have is with
|
| Automate export of Appointment Insert/Update/Delete infomation to the database | 14 Mar 2006 03:59 GMT | 2 |
I'm a newbie and have managed to create an add-in (VB 2005) that stores all the appointment times against the contacts entered in the contacts field of the appointment form (Outlook 2003) in a SQL 2000 database. Is there a way to automate the updating of database on clicking the
|