Group:  Microsoft Outlook ยป microsoft.public.outlook.program_addins

HTVi
TV Discussion Newsgroups

Threads Replies Last Post
45 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  
Scanning all incoming e-mails
Hi scan all new incoming e-mails and post archiving email by posting to DB. i have the second part down. I will be calling a class that will handle posting record to DB, but need to know how can i get all incoming e-mails. Thanks ...
4 12/31/2008 2:15:06 PM
msoControl Button Error
objButtonAdd = objBar.Controls.Add(msoControlButton) i am getting error msoControlButton is not declared any ideas??? im using vs 2008 creting add-in for outlook 2003...
2 12/30/2008 8:27:06 PM
Adding toolbars using vs 2008 for outlook 2003
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....
2 12/30/2008 5:45:54 PM
Create Add-in for multiple versions of Outlook
Hello, 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. When I execute it on Outlook 2007 it works ok but the events don't fire. For example I have this piece of code but the Startup event doesn't fire in Outlook 2007: Privat...
4 12/30/2008 2:58:29 PM
Outlook 2007 Beta and vpmsece3.dll
Every time I open Outlook Beta 2007 I get the following error statement: The Add-in "C:\Program Files\Symantec AntiVirus\umpsece3.dll" cannot be loaded and has been disabled by Outlook. Please contact the Add-in manufacturer for an update. If no update is available please uninstall the Add-in. It doesn't seem to be installed and only shows up in the refernce above. Can anyone help ...
14 12/30/2008 1:47:01 PM
enhanced outlook filter
Hello 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 Thanks...
3 12/29/2008 9:11:44 PM
check or uncheck the column with Icon format
hello 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 possible to check/uncheck this checkbox without opening the message ? will adjoined form region be any use for this pur...
9 12/24/2008 2:41:10 PM
How to work with mail items in outlook 2003(C++)
Hi, 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 attachments "ATTACH1" and "ATTACH2" from inbox folder) On some event I recieve attachment list for MAIL1 MyMethod((LPDISPATCH pMailItem...) { .... hr = Get...
3 12/24/2008 2:25:55 PM
Outlook 2003 addin development on Outlook 2007 machine
Hi I need to develop an Outlook Addin in vb.net to work on both OL2003 and OL2007 machines. I presume I can create an OL2003 in vs2008 which would also work with OL2007 too. My question is, is it possible to test the OL2003 Addin on a PC which has OL2007 and not OL2003? Thanks Regards ...
4 12/24/2008 2:03:46 PM
Client Extensions
Hello, 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 dispid as 61447. It's OnSelectionChange event of explorer and its crashing after invoking this dispid function. ...
2 12/24/2008 6:09:38 AM
POPUP IE WINDOW
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 Microsoft Outlook 11.0 object library (9.2) . We are in the process of migration to Outlook 2007 and we incl...
3 12/22/2008 3:53:55 PM
Re-insert attachements
Hello, 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 running the tool. Thanks in advance, Mohamed...
2 12/22/2008 2:06:46 PM
Button created only on first Inspector opened
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") If objButton Is Nothing Then Set objButton = objBar.Controls.Add(msoControlButton, , , , True) It works just fine on the first contact opened but when...
7 12/19/2008 11:23:45 PM
Personal Backup Folders
I am running Win XP Home and Office 2007. When I invoke the backup and exit Outlook it doesn't work. In Task Manager 'Outlook.exe' is still running, if I end the programme and restart Outlook and invoke backup again it mostly works. I've noticed also that 'backup' in the File dropdown is missing most of the time. I have run a Diagnostics and it repaired one problem, no idea what it repai...
1 12/18/2008 10:23:15 PM
OpenSharedItem and .MSG files
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 elsewhere (i.e. not in Exchange) and present this item in an inspector window instead of the original item. I can hook into the Open event ...
4 12/18/2008 3:12:14 PM
Outlook Inbox Flicker, Flashing, Redrawing
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). Can we double buffer the Inbox or something similar to solve this issue? Any suggestions are welcome and appreciated. Thank you...
3 12/16/2008 9:27:04 PM
Items events not fired
Hello all, 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 avoid my objects references getting eaten by the GC, I have: - recursively created a tree of objects named QFolderWatcher, whose purpose ...
3 12/16/2008 4:42:18 PM
Restrict() method and Null values
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] <> '' NOT([Email1Address] = '') NOT([Email1Address] IS NULL) 'plus lower-case variations "[Email1Address]<>" & Chr(34) & Chr(34) Email1Add...
4 12/16/2008 4:04:54 PM
VB6 AddIn hangs OL2007 (calling DoEvents) -- Repro
Rather than getting lost in a lot of technical definition and supposition, I'll begin with a description of my repro, what to do with it, and the visible difference between OL2007 and previous versions. (I think it will be easier to demonstrate first, than to try to explain.) This repro is an AddIn written in VB6, with a modeless form that uses a timer object to perform [contrived] back...
3 12/16/2008 3:56:10 PM
Hide Title Bar for CustomTaskPane VSTO
All, Is there a way to hide the title bar on a CustomTaskPane using VSTO (Windows XP, Office 2007). Thank you....
2 12/16/2008 3:26:22 PM
Appointment Items
I have a custom form that has a messageClass. When the appontment item is sent to a recieptent that custom form is sent with the IPM.AppointmentItem.customform class. What I want to do is always ensure that the meeting request that is recevied by the receipent as a normal appointment item (even if it has access to the custom form). However for the meeting organiser I always wnat to keep ...
1 12/16/2008 10:42:05 AM
MessageClass and Outlook 2007
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 a) Changing the message class and then call save . This is not working form still pointin to IPM.Appointment b) Changing the Message Class then close the item and ...
5 12/16/2008 10:23:01 AM
Custom Pane/Custom Interface
Hi I am currently using Microsoft Office Professional 2003 SP3 on Windows XP SP3, developing an Add-in using Visual Studio 2008. I am using Visual Basic. Currently I am trying to develop an Add-in for Microsoft Office Outlook 2003. In Outlook you can change the Navigation Pane Options to bring up the Mail, Calendar, Contacts, Tasks, Notes, Folder List, Shortcuts and Journal shortc...
2 12/15/2008 1:55:56 PM
How to read all contacts with the same name.
How to read all contacts from Outlook Address book with some particular name, for example 'Sunny', (from all folders) programmatically. Can I do it with ResolveName() function ? It stops at the first founded contact....
8 12/15/2008 12:08:01 PM
Identifying inline attachments
We have written an Outlook 2003 AddIn that uses the MAPI property PR_ATTACH_CONTENT_ID (0x3712001F) to distinguish between inline attachments such as signature images and normal attached files. This has been working satisfactorily up until now, but when we installed the AddIn for a new client, we found that it was no longer detecting the attachments as inline even though the internet he...
3 12/15/2008 2:24:01 AM
45 Pages: 1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  >>  

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net