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

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

Threads Replies Last Post
26 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  
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 19.09.2006 22:33:56
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 19.09.2006 14:03:37
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 19.09.2006 13:59:10
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 19.09.2006 13:33:51
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 19.09.2006 13:32:59
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 19.09.2006 12:39:41
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 19.09.2006 07:13:02
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 18.09.2006 08:44:22
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 15.09.2006 07:30:27
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 14.09.2006 17:42:02
Export add-in?
Can anyone recommend and add-in that automates exporting calendar, contacts and mail folders to pst? TIA. :oD ...
1 13.09.2006 19:40:23
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 13.09.2006 18:30:26
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 12.09.2006 18:01:01
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 12.09.2006 17:18:21
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 12.09.2006 14:06:34
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 12.09.2006 01:14:02
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 12.09.2006 00:49:29
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 11.09.2006 21:02:05
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 10.09.2006 11:55:01
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 08.09.2006 18:14:30
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 08.09.2006 05:44:44
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 07.09.2006 15:00:52
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 07.09.2006 13:02:13
Calling exposed add-in method and handeling _ComObject type?
I have created Outlook add-in that implements my defined interface IExposedClass (among other things for exposing some methods from add-in also). In external app (automating Outlook): object addInObj = isentrisAddIn.Object; MyExcelAddin1.IExposedClass addInExposedAgain = (MyExcelAddin1.IExposedClass)addInObj; object temp = addInExposedAgain.GetAppointments(); // Call a met...
1 07.09.2006 11:45:01
Another Addin Failure
I recently moved an outlook adding from VS2003 to VS2005, made some enhancements and everything worked well on the development machine, both with and without a debugger attached. When I deployed it on a target machine (actually several) by: 1. uninstalled the previous addin 2. install .NET framework 2.0 3. install VSTOF 4. install the enhanced addin. When outlook launches, nothing ...
2 07.09.2006 08:26:02
26 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  

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