| Thread | Last Post | Replies |
|
| Adding toolbars using vs 2008 for outlook 2003 | 30 Dec 2008 17:45 GMT | 1 |
Hi I am trying to add tool bar in main window and mail message window for outlook 2003. I could not find documentation doing this using vs 2008 for outlook 2003.
|
| Create Add-in for multiple versions of Outlook | 30 Dec 2008 14:58 GMT | 3 |
I'm creating an add-in for Outlook and I need it to work both with Outlook XP (2002) and Outlook 2007. I created it using Microsoft Outlook 10.0 Object Library (Outlook 2002) and it works fine on Outlook XP.
|
| enhanced outlook filter | 29 Dec 2008 21:11 GMT | 2 |
i would like to know if someone of you knows an addin that can create folder if it match the filter let s say i recevie an emali with the subject as "Outlook 2234" It will create a folder called 2234
|
| check or uncheck the column with Icon format | 24 Dec 2008 14:41 GMT | 8 |
I've a custom message form with a user defined property say "chk".I've customized view for "Inbox" to display this prop. & formatted this column to show Icon instead of yes/no values.The view is displayed properly but I'm not able to check/uncheck this checkbox.Is it
|
| How to work with mail items in outlook 2003(C++) | 24 Dec 2008 14:25 GMT | 2 |
I am very new in C++ and working on Add-in for outlook 2003. Can anyone adviced me how to extract attachments from mail which linked to other mail (user create new mail "MAIL1" and insert item for example "MAIL2"mail with
|
| Client Extensions | 24 Dec 2008 06:09 GMT | 1 |
I have a client extension written in C++. It's working fine with Outlook 2003 version. But for Outlook 2007 version, its throwing exception. I couldn't locate the exact location of the bug. It's crashing when it try to invoke or execute some explorer events. I know
|
| POPUP IE WINDOW | 22 Dec 2008 15:53 GMT | 2 |
We have created an outlook addin, in which clicking a button an IE window is popped up. We use the InternetExplorer.Navigate2() method to popup the new window which is present in the Interop.SHDocVw dll. The window opens "always on top" with Outlook 2003 and IE6 or 7 provided the ...
|
| Re-insert attachements | 22 Dec 2008 14:06 GMT | 1 |
I used a freeware that removes the attached files in Outlook to a specific folder and replaces them by a link (*.lnk file) in order to reduce the pst file size. Any idea to get back with my pst file to the original state? :evil: of course, I did no backup of my pst file before ...
|
| Button created only on first Inspector opened | 19 Dec 2008 23:23 GMT | 6 |
I have a mature application where I use Inspector.Activate event as the place where I add a Button to a Contact when a contact is opened. This is the code section I am concerned with... Set objBar = objInsp.CommandBars.item("Standard")
|
| OpenSharedItem and .MSG files | 18 Dec 2008 15:12 GMT | 3 |
Hi, I'm having a little difficulty with OpenSharedItem in the Outlook 2007 add-in that I'm writing. The purpose of the add-in is to detect when the user opens (double-clicks) certain items and to retrieve an alternative item which has been stored
|
| Outlook Inbox Flicker, Flashing, Redrawing | 16 Dec 2008 21:27 GMT | 2 |
We have had good success with our Outlook 2007 VSTO Add-In. However, on some systems, users' inbox contents appear to be redrawing quickly which results in a flicker effect (restricted to the inbox, no hardware error here).
|
| Items events not fired | 16 Dec 2008 16:42 GMT | 2 |
As I've already read about this issue, I know the title of my post may have made you grin. My add-in needs to track the activity of some folders. I know that under certain conditions, the Items events may not fire. This is why, in order to
|
| Restrict() method and Null values | 16 Dec 2008 16:04 GMT | 3 |
I am trying to get a list of contacts (using the Restict() method) in a Outlook 2003 Contact folder that do NOT have an Email1Address assigned. These (Jet?) queries do NOT eliminate contacts without an Email1Address: [Email1Address] <> ''
|
| Hide Title Bar for CustomTaskPane VSTO | 16 Dec 2008 15:26 GMT | 1 |
All, Is there a way to hide the title bar on a CustomTaskPane using VSTO (Windows XP, Office 2007). Thank you.
|
| MessageClass and Outlook 2007 | 16 Dec 2008 10:23 GMT | 4 |
I am creating an addin using C# and want to convert existing appointment item to use my custom form once the button in the ribbon is clicked. (the active inspector) I have tried different solutions but not fully succeeded
|