Group:  Microsoft Outlook » microsoft.public.outlook.program_addins

Geek News

Threads Replies Last Post
45 Pages: <<  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  >>  
outlook toolbar: 256 color bitmaps via exchange client extension (ECE)?
hello world, there has been a similar question back in 2004 - with no solution, yet: http://groups.google.com/group/microsoft.public.outlook.program_addins/browse_thread/thread/29f3995045b77b4b/ i'm working on an ECE (exchange client extension) for outlook which adds a couple of 16x16 buttons to the outlook toolbar. i'm using VC++ and MAPI. these buttons have a 16 colour bitmap displayed...
4 9/20/2006 9:43:36 PM
Plaxo like functionality in Outlook Preview/Reading Pane
Hello all, I'm trying to add Plaxo like functionality to my add in. Plaxo adds a child window in reading / preview pane of Outlook. How can we add such visual element to reading pane? Thanking in advance, Aniruddha ...
4 9/20/2006 2:36:58 PM
Email contact (recipient) prompts change
Hi, I have a kind of a different issue regarding the contact prompt when entering an email address in the new message window. As you know Outlook will offer a list of email contacts (auto complete) when typing an email address so that you can select an email address from a list. For the most part this list will be consistent with contacts and other email addresses that have been used ...
2 9/19/2006 10:33:56 PM
Outlook.exe - how to kill?
Hi All, Of all the posts out there, Outlook.exe doesnot disappear from task manager mainly due to add-ins still referencing it. I open outlook manually and the add-in loads, performs its functions and then when I close outlook the Outlook.exe process gracefully terminates. Yes, it does terminate all by itself so that would imply the add-in cleans up after itself. Correct? The problem ...
4 9/19/2006 2:03:37 PM
msoControlComboBox and behavoir
Hi , I need some clarification. I have created a combo box of type "msoControlComboBox" (and button) and I have a question about the behavior. The combo box and button are similar to the "Find Now" button and the "Look for: combo". The only difference is that if I type in text and click on the "find now" button the text is recognized. In my setup the only way the text is recognized is...
4 9/19/2006 1:59:10 PM
MS Project window within Outlook possible?
Hi again While I'm in the presence of the folks who know...I figured I'd ask another one. I need info from Outlook's task list to use in Microsoft Project. I have thought about, for a while now, trying to create a window within Outlook, almost like a seperate default folder, like the "Tasks" window, or the "Notes" window, that would show an instance of Microsoft Project within i...
2 9/19/2006 1:33:51 PM
Change color of MS Project task bar from Outlook
Howdy I've instantiated an instance of Project from an Outlook COM add-in, and need to figure out how to change the color of a task bar in Project, along with changing the symbol at the end of the bar. It sounds like it should be simple, I just don't have enough familiarity with the Project object model. -Thanks for any help...
2 9/19/2006 1:32:59 PM
Outlook2007 folder URL problem
We have implemented a mapi messageStore provider in MAPI with some exchange extensions addins which has worked for a long time now, in outlook2000, XP and 2003. Now working with: outlook2007 beta 2. Background. At present I am having a problem with PR_FOLDER_WEBVIEWINFO property found on folders. Outlook2007 is no longer following this property found on any folder within our messa...
2 9/19/2006 12:39:41 PM
problems activating a Com ADDin
I have a Com Add-in programmed to load at start up..... On some PC's it loads perfectly.... on another we cannot activate the add-in.... It seems that even if we try to activate the add-in by ticking it off in the COM add-ins.... After OK'ing all the way out.... Outlook just deactivates the addin. No difference in user authorization level. What will I look for... (the developer guy is...
3 9/19/2006 7:13:02 AM
Outlook Redemption problem: Retrieving the COM class factory for component with CLSID {...} failed due to the following error: 80040154.
Hi, I have a problem with Outlook Redemption, every time I'm trying to create a new RDOAddressBook: Redemption.RDOAddressBook AB = new RDOAddressBook(); I get: "Retrieving the COM class factory for component with CLSID {...GUID...} failed due to the following error: 80040154." I tried to reregister the Redemption DLL but I still get this exception... My OS is win server 2003 sp1 it may be...
2 9/18/2006 8:44:22 AM
FolderAdd event and folder creation
Hi, I am currently trying to detect when a user is attempting to create a new folder in Outlook so that I can present an alternative to the New Folder dialog when the user is performing this action in a particular (non-Exchange) message store. I can intercept the EECMDID_FileNewFolder command via the IExchExtCommands interface and this allows me to catch folder creation when the user selec...
2 9/15/2006 7:30:27 AM
Sending MailItems from Outbox part 2
Hi, Summary - I am having an issue where Outlook 2003 will not send or will send duplicate emails when programmatically sending emails that are in the outbox. My add-in will move several personalized Mail Items to the Outbox (could be up to 500). The idea is that the addin will send all of these messages out. I have created an event driven process that will send one email at a time fro...
7 9/14/2006 5:42:02 PM
Export add-in?
Can anyone recommend and add-in that automates exporting calendar, contacts and mail folders to pst? TIA. :oD ...
1 9/13/2006 7:40:23 PM
Changing RTF Body on MailItem Read event
I'm developing Outlook 2003 addin in c#. I need to add/replace rtf body of a MailItem that is just being read (mail_read event is triggered for that MailItem). I'm able to successfully add/replace the RTF content (using PR_RTF_COMPRESSED and WrapCompressedRTFStream passing MAPIOBJECT to small C++ code). I know that I should dereference completely this item for the changes to take place (for ...
4 9/13/2006 6:30:26 PM
Sending MailItems from Outbox withour dropping emails
Hi All, I have rather a weird issue and I am not sure how to handle this problem. I believe this has to do with Norton antivirus and not Outlook. What are doing is sending personalized emails from a distribution list which we personalize the body of the mail for each recipient. We have to copy the email modify it and then move it to the Outbox. We cannot send it right away for a variety...
1 9/12/2006 6:01:01 PM
Outlook commandbars once more
Hello everyone, I'm writing an Outlook plugin for Outlook 2003 in Delphi 5. One of its functions is to display a command bar in new mail inspector. I have read a lot articles and messages on that topic but I still have sum problems. Everything works fine when I do not use Word as editor. Problems begin when I do. The 1st problem: I cannot set my command bar visible. Command cbCRM.Set_Vi...
2 9/12/2006 5:18:21 PM
Way to schedule appointments for multiple users
Recently have found the solution, I suppose many will need - the one allows to view, create group calendars, assign appointments :) My opinion- the best solution for secretaries and administrators.... Here it is - http://schedules.4team.biz/?pcode=607180190pwkkd3 Try!!! Also if anybody is already using it - will be happy for your opinion... I am going to purchase - but I am a lit nervo...
1 9/12/2006 2:06:34 PM
Creating an Outlook Task Add-in Solution using AdvancedSearch in C
I have bee trying to find an example of using the "private void _Application_AdvancedSearchComplete(Outlook.Search SearchObject)" event handler in C#. I can't find much documentation to addresses the C# soultion. The closest I could find was in the book "Visual Studio Tools for Office using C#" by Eric Carte and Eric Lippert which only displayed the Results.Count and did not show how t...
3 9/12/2006 1:14:02 AM
Outlook 2003 New Mail Inspector Q
All: I have developed an Outlook 2003 Add-In (VSTO/.NET/C#) that recognizes when a new mail Inspector is created - it attaches a menu and things work fine. I would like to be able, when the user click on my menu, to read the names in the To and CC fields of the new mail (prior to any Send event being triggered). How can my add-in access to the To and CC edit fields of the New Mail wi...
7 9/12/2006 12:49:29 AM
Associating a journal folder with a contact folder
Hi, In the properties of an Outlook contact folder, under the activities tab, Outlook allows you to associate specific folders with the selected contact folder. This list tells Outlook to search and display any activity in these folders under the activity tab of contacts within the contact folder. I am wondering if there is a way to programmatically create these associations. I would li...
2 9/11/2006 9:02:05 PM
Problems while adding new Category in Outlook 2007
I got a problem in my outlook add-in developed by C++, While adding new category, I’m trying to add a new Category so I can later on assign it to my newly created appointment, My Code as the following Outlook::Categories *pCats = NULL; Outlook::Category *pCat = NULL; HRESULT hRes = E_FAIL; if(m_pNameSpace != NULL) { // get list of categoreies hRes = m_pNameSpace->get_...
2 9/10/2006 11:55:01 AM
Cancelling Outlook.Application.ActiveExplorer.Close event?
Hello, I have written an Outlook Add-in in C# for Outlook 2003. I have added a delegate/event handler for the Outlook.Application.ActiveExplorer.Close event. With in the event procedure, I am doing a check for a flag, if the flag is set to true, I want to cancel the closing event and popup a message box to the user and leave the outlook window active. How do I do this? Thanks i...
2 9/8/2006 6:14:30 PM
Email address of the current user
Hi Ppl, I need to retrieve the email address of the current user from an Appointment item using VB.NET (VS 05) via an add-in. >From what is already out there, 1. Session.CurrentUser may return the SMTP address or the distinguished name. Which setting on the Exchange server determines what it returns plz? (Cannot use LDAP as the user may not always be connected to the Internet/Intrane...
4 9/8/2006 5:44:44 AM
Getting the message details
Hi all, I'm using vs 2005 outlook add-in, C# and outlook 2003. My Goal is to rais an event whenever the selected message is changed. I've tried to use the Microsoft.office.interop.outlook.explorer in order to do so but I't wasn't a seccessful attemp. John ...
2 9/7/2006 3:00:52 PM
Add notes, reminders, info to Outlook items
New very useful add-in! Allows easily to add notes to Tasks, Contacts (very useful to work with customers), Emails (useful as predifined answer, reminder or letter summary) Hope you will love it :) http://notes2.4team.biz/?pcode=607180190pwkkd3 ...
2 9/7/2006 1:02:13 PM
45 Pages: <<  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  >>  

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