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  
Item open events and double click events in exchange client extension.
I'm using VC++8.0 to developer an Exchange Client Extention for outlook2003. In IExchExtCommands::DoCommand(LPEXCHEXTCALLBACK lpeecb, UINT cmdid) method I can catch the Item open action like this: if( 0x003c == cmdid){ // Menu item "Open" command // do something... hr = S_FALSE; // Must return S_FALSE } If I click the menu item 'Open',it works fine.But,when I open the mail item by double...
2 09.08.2006 07:18:42
Msdn help for Microsoft.Office.Interop.Outlook members
Hi, I develop outlook add ins whith vs 2005. I try to find help for Microsoft.Office.Interop.Outlook members but I don't have it on my local help(it's not exist in the index) but I can see Microsoft.Office.Interop.Excel and Microsoft.Office.Interop.Word in the index. Why I don't have it ? I searched over the web but I didn't find any help for this namespace members (classes ,interfaces ...
1 09.08.2006 06:45:02
Problem with UserPorperties in eMails
Hello, My Add-In adds a new Property to eMails. I use the typelibraries for Outlook2000. The Add in is developed in Delphi. The userdefined field 'Printed' will set in the Inspector but not in the INBOX-Folder. In Inspector: var AMailItem: MailItem; AUserProperty: UserProperty; AMailItem := FOutlookApp.ActiveInspector.CurrentItem as MailItem; AProp := AMailItem.UserPrope...
4 08.08.2006 18:08:39
Is ItemSend really too late to set SentOnBehalfOfName ?
Hi! I'm trying to set the sender address of an outgoing message from within a COM addin (written in Delphi 7). I tried doing this from the item's Send event handler but it seems that is already too late for this particular property... The strange thing is that I can modify other properties like the Subject and Body without problems. I can even see that the new sender address is being enter...
6 08.08.2006 17:19:14
Creating a New email message
I have created an addin that adds a menu item to the main outlook menubar. The menu item has to generate a new mail message. I would like to change the title of the new mail message window and a few other items before the new message window is displayed. What is the correct way to cause the new mesage window to appear without using the new message button, and is it possible to change the...
3 08.08.2006 14:09:02
Outlook instability question for managed controls on OL homepages
Hi, We are planning to develop an Outlook add-in for Ol 2003 and above, using VSTO. We need to host a managed user control in the home page of a folder.Something similar to "Hosting Managed Controls in Outlook Folder Home Pages" section of the following link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/OtlkCustInEntApp.asp But the above link has the fo...
2 08.08.2006 13:14:08
Outlook 2007 beta and Outlook:Today
When I start Outlook 2007, I get the following error: Line: 298 Char: 1 Error: Unspecified error Code: 0 URL: outlook:today Is there a way to stop it from occuring? Frederick...
1 07.08.2006 22:16:01
Domino Outlook Conenctor not repsonding after Domino Server move
This is really wierd. I have a microsoft case no on this, but so far no help. Here is my problem. After my Domino server mail move, I can no longer sync inbox, deleted or sent. However, folders on my domino server, which I did not have access to are now present and sync perfectly. Also, tasks and Callendar also sync. I cannot for the love of me get the inbox to sync. I have found a work...
1 07.08.2006 16:55:02
Re-Post: macro to extract subject line and "paste" in advanced search
OL 2002 SP3 Win XP HE SP1 Follow-up to: microsoft.public.outlook.program_vba Can anyone help with this? Hi, I need to create some advanced searches that will look into specific email sub-folders "A" and "C", for example. I am planning on creating the advanced search, save it locally and put some icons in a custom toolbar 4 quick access. Can anyone help me with the 2nd part of this p...
1 07.08.2006 00:45:59
ils_-_solution_needed
Hello, we store all emails of our projects in our Company in public folders (one for each project, about 80 per year). Problem: If an employee sends or receives an email, the mail first is stored in the mailbox of the employee. The employee has to move the mail by himself manually. Idea: # Sending emails: - employee sends an email - A Window opens, where the employee can sele...
1 06.08.2006 16:38:02
Detect if outlook is running with RPC-Http
Dear Sirs, How may I detect programmatically if the running outlook is connected to the exchange through RPC-HTTP? Regards, Yahya ...
1 05.08.2006 08:18:16
OutDisk FTP add-in for Outlook makes it easy to send big files from Outlook.
Encryptomatic llc today announced the availability of OutDisk for Outlook (v1.2), an add-on file transfer protocol (FTP) application that simplifies the process of sending big email file attachments for Microsoft Outlook 2000/2002 XP/2003 users. To send attachments with OutDisk, the sender opens a new email message, clicks on the OutDisk email toolbar, selects the files they wish to send, ...
1 04.08.2006 19:20:59
outlook 2007
to enable the instant search i'been asked to download an update but nothing happen,apparently the program do not recognize ,part of the program needed for the download. also when i click on help a message appeared sain that the action has been cancelled due to restriction on this computer and suggest to contact my sistem amministrator. i use my home computer and i am the administrator,ca...
2 04.08.2006 09:21:48
Outlook Reminder Events - not firing
I am developing an Outlook Add-in to Outlook 2003 using VSTO in .Net 2.0 using C# I already have code working, tested, documented and released, I am currently working on an upgrade to the code base. I am experiencing some problems capturing Reminder events of the form: ThisApplication.Reminders.ReminderFire ThisApplication.Reminders.ReminderChange ThisApplication.Reminders.ReminderRem...
1 03.08.2006 21:56:03
Kaspersky ADD-IN won't go away with Detect and Repair [Outlook 2003 Startup Error]
I've installed Outlook 2003 on a system that once had Kaspersky AV on it, though it has since been uninstalled, and I get the following error message everytime I open Outlook: <quote>The add-in "C:\program files\kaspersky lab\kaspersky anti-virus for work..." could not be installed or loaded. This problem may be repaired by using Detect and Repair on the help menu."</quote> I...
3 02.08.2006 20:03:40
macro to extract subject line and "paste" in advanced search
OL 2002 SP3 Win XP HE SP1 Follow-up to: microsoft.public.outlook.program_vba Hi, I need to create some advanced searches that will look into specific email sub-folders "A" and "C", for example. I am planning on creating the advanced search, save it locally and put some icons in a custom toolbar 4 quick access. Can anyone help me with the 2nd part of this project which would be to e...
1 02.08.2006 15:21:31
Outlook 2003 shared add-in (NOT VSTO!) deployment problems build with VS2005
Hi All, I developed ad Outlook 2003 add in without using the VSTO module (since I want it will be abaleto support older outlook versions). The add in load correctly in the development machine. When I try to deploy it on other machines it did not load (the registry loadbehavior key change from 3 to 2) I already deploy the PIA , my question is if the deployment requirments are the same as ...
2 02.08.2006 14:29:20
.NET means to build a Transport Provider
I need some assistance on how to go about building a Transport provider in C# URLs welcome. Thanks!...
2 02.08.2006 13:34:24
Add Contact context menu option
Is it possible to extend the contact manager in Office 2003 so I can right lick on a contact and add new new menu option? Thanks. Gene Chang...
3 01.08.2006 14:31:13
Question: Using VSTO to package/deploy Outlook Add-Ins?
I posted this to an MSDN forum on VSTO and got no replies yet so hope you don't mind me trying this forum. I'm new to add-ins and have not used VSTO before. Can someone pls confirm my understanding of the following with regard to VSTO and Outlook: 1. You can only deploy to Outlook 2003 (and later). 2. You have to ensure users have a number of prerequisites before they install you...
7 31.07.2006 21:58:01
Changing and Adding the Support Information for Outlook Addins
Hi, I want to add support information for outlook addin so that the support information apprear as a hyperlink in "Add & Remove Program"(inside control Panel). Right now it is showing the hyperlink and on clicking it is showing a dialog with some default information. I want to change that information. From where exactly one has to change it ? Atul Sureka ...
1 31.07.2006 15:21:03
Remove/Hide DISK COST option in the Wizard
Hi, I have made a Outlook Addin. While installing that addin,there is an "Disk Cost" option in the wizard. If I am not wrong this option is to see the available disk space and to select the disk for installation. Now as my addin size is very small (4 MB), I do not want to give this option in the wizard. Is there any way to remove/hide this option? Atul Sureka ...
1 31.07.2006 15:07:02
Outlook installer class with custom action
Hi, I have made a small addin for outlook. With uninstallation I want to add some custom actions. Basically I want to shut down outlook after uninstalling the addin. For that I have added a installer class and also override the uninstall method, But the problem is this method is not getting call. What exactly one has to do to attach this method/class with uninstallation custom eve...
1 31.07.2006 14:39:03
Getting rid of reference to deleted program.
When I bring Outlook up, I get a message saying that "the addin 'StuffitCMdLaunch.dll" could not be loaded. This refers to a program that I have deleted from my computer. Apparently, the reference to this program in Outlook was not removed, and I can't locate how to remove it. Any ideas? Thanks. -- Larry S...
2 31.07.2006 13:15:24
Outlook VSTO Appointment Item Delete Event
Hi, I am trying to catch the delete event from an appointment item. I can get it working using the "Item.BeforeDelete" event but if the appointment is a recurrence appointment and you delete one occurence from the recurrence the event is'nt triggered. Does any one know a way around this ? Thanks....
1 31.07.2006 09:35:01
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