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  
Outlook aded-in
does anyone know of an addin for when outlook 2003 is min to the systray, so that if you right click, it would give the options to open outlook, create a contact, view calendar. ...
1 01.03.2006 00:22:50
Folder is Full
I get this exception when trying to add contact to Outlook using a COM-ADDIN: System.Runtime.InteropServices.COMException Message: The folder is full. I got ~5000 contacts in there when this occurred. The funny thing is after the exception I started my process again to finish off the rest of the ~7000 contacts and now it is continuing? Any ideas? Thanks...
2 28.02.2006 15:24:16
Outlook Connector-Errors in Calendar
For the past week or so I have been getting the following error(s) in Outlook Connector: Outlook Connector Version 1.6.1601.0 Account: brergo@msn.com Signed in successfully at 2/8/2006 8:44:13 AM Mail: Last successfully refreshed at 9:53 AM. ...
4 28.02.2006 15:22:31
Outlook Connector for Lotus Domino
I'm using Outlook 2003 on XP with Office SP2. Installed the Outlook connector for Lotus Domino which properly connects to Notes and downloads email. The problem is that once the Notes password is entered and a connection is made, the Notes mailbox becomes my primary account. Thus, my Outlook calendar, etc. becomes tied to my Notes one. I prefer to use the Outlook calendar and only want t...
1 28.02.2006 13:46:21
Fooling OOM about the "Sent" property
Hello everyone. I have a problem with my VSTO2005 addin for OL2003: We catch the MailItem.Open event and immediately cancel the open operation, and open a form of our own. This methodology works very nice for us for mail items RECEIVED in the mailbox, but we encounter a problem for items we CREATE locally (and do not send anywhere). The same piece of code that cancels the opening of the in...
3 28.02.2006 09:49:23
Task due date
When a task is created programmatically and the Start Date is set (no Due Date), the Due Date and Reminder fields are filled in automatically. Is there a way to avoid this? I just want to fill in the Start Date and leave the Due Date as None and the Reminder unchecked. I tested with Outlook UI also and it doesn't allow just the Start Date to be filled in with the Due Date as None. ...
1 28.02.2006 06:45:27
Using Restrict in Multiple languages
I have an Outlook addin. In one of the methods, I am using the Restrict method to restrict the appointment items I am getting from a folder based on the Category name. So the restrict condition goes like this "[Categories] = 'xxxxxx'". It works just fine. But the issue comes when this addin works in a different language OS environment, for example, Korean. Apparently, the property names ...
1 28.02.2006 06:41:27
Outlook Encountered a proplem
Dears. Every time I quite from the Outlook 2003, it gives me an error message " outlook encountered a proplem and must be close......" What Can I Do to remove this messag? ...
4 27.02.2006 11:33:59
outlook pf backup
similar problem to Robin Briggs (17.12.2005). I installed and ran the pfbackop wit OL2003 ok. Had a major system crash and had to restore from bkf file. Then had to reinstall office 2003 anyway. Pfvackup no longer runs, backup not available on filr menu or listed in COM add-ins. When I try to reinstall, I get an error message saying pfbackup is already indtalled - must answer Yes to next...
5 25.02.2006 23:49:50
Plugin to provide web access to inbox?
I have been trying to find an outlook plugin (or stand-alone program) that provides http access to the inbox of outlook running on another LAN computer, but I can't find anything like that. I would like something like the outlook web access interface, but without having exchange server. I have quite a few email accounts set up in outlook on my main PC and would like to be able to see my in...
2 25.02.2006 20:30:00
VB.net Cannot add userproperties
Hi, I have made a Outlook Addins which use the Journal Folder. In the items of that folder, i add a custom properties named "id" where i store information. It works on every Outlook 2001 to 2003, but i have find an Outlook 2003 where this field is not added and the operation failed. Is this a security problem ? Tks for help ! Ben example, adding a Journal's item : objJournalEnt...
3 24.02.2006 10:32:49
Any advantages of VSTO instead of VB6 for Outlook add-in?
I have access both to Visual Studio 2005 Tools for Office and Visual Basic version 6. I need to write an add-in for Outlook. I want it to be compatible with Outlook 2000, XP, 2003 (and 2007) on Windows 2000 or later. The addin will be distributed and I cannot be sure that the customers have DOTNET 2.0. After some testing and investigation, it seems that I can solve my problem with VB6 +...
5 24.02.2006 07:00:36
HKCR and Shim
I noticed the Shim uses HKCR in order to place the load behavior; however if a non-admin users tries to register the shim they do not have permissions to write to HKCR. Any clues on how to get around this?...
3 24.02.2006 06:55:37
Handling Outlook COM exceptions in .Net
Hi, I has anybody encountered the following behaviour: COM exception thrown from Outlook, when handled in .Net, has different HRESULT every time, for the same error.. E.g. I cause an exception by using a wrong filter in restrict (adding ZZZ) Outlook.Items inboxItemsCollection; inboxItemsCollection.Restrict("[ReceivedTimeZZZ >= '#2/23/2006 14:18#'") I get exception: "The prop...
4 24.02.2006 06:53:56
Blocking website in OL
OL 2002, Win XP SP1 Follow-up to: microsoft.public.outlook Hi, Is there a way for me to block emails I receive from downloading ads contained in links such as http://ads.website.com contained in the email? Tx. S...
1 23.02.2006 22:31:16
Can not move or copy message having "flag complete"
Hi all, I am facing one strnage problem while moving mail item or coying it through my add-in. If the mail item is being marked as "flag-complete", copy or move operation on that mail item just fails. Can someone please provide any solution for this. Regards vinayakc ...
2 23.02.2006 15:48:57
Outlook 2003 Rules, Problem not enough
I received a lot of work emails every day and the Outlook 2003 rules are not enough, I know there is a limitation on the size and there are some tips to maximize the use, like: http://support.microsoft.com/kb/886616/en-us But I need more. Is there any alternative solution, some add in or sth I can do? Thanks. ...
2 22.02.2006 22:02:28
Trigger event on explorer right click (unselected item)?
(reposted from microsoft.public.win32.programmer.messaging) Is there any way to catch the event for the user action of right-clicking on an unselected explorer item, and clicking "reply"? I have an add-in working in OL2003 / W2KPro where: * Reply event _is_ triggered from an open inspector. * Reply event _is_ triggered after user has selected an item in the explorer But: Reply event ...
6 22.02.2006 21:12:58
Cross-domain communications question
Hello, I am developing a C# Outlook addin for .NET 1.1. I display some part of plugin's GUI in a "web view" folder (Outlook allows to specify custom HTML pages for its folders, contents of these pages is shown when user selects such a folder). My GUI is implemented as an ActiveX control that is loaded in the HTML set for the custom folder (via "object" tag). So, the scenario is the ...
1 22.02.2006 17:47:28
Outlook 2003 first email open problem
Hi, I'm having a problem with my Outlook 2003 addin. My addin is required to process e-mails before the user reads the text. When a new inspector is opened, my addin examines the body text and if necessary processes the text and stores the result back into the Body member. This works fine for most of the time. Unfortunately it seems that Outlook is replacing my body text when the firs...
6 22.02.2006 15:17:03
Issues with .NET addin, web-services, and shimming
Hi, all I'm sorry for a long post, but the problems I'm trying to solve look weird and seem to need some detailing. The initial issue consists in that my C# addin stops working when another ..NET addin is installed. The only "another" addin is actually Lookout (http://www.lookoutsoft.com), since I had no change to try some other. But I would expect the same effect with other .NET add...
1 22.02.2006 12:26:06
I screwed up my InBoxer, Help
Hi, I got a new computer and reloaded my copy of Outlook 02 onto it. Then I draged my pst files directly from the Application data folder on my old computer. When I attempted to load Inboxer (all versions) Outlook crashes and then makes me disable the addin. I've tried erasing the extend.dat file to no avail. I've reinstalled Outlook-- no luck. After crashing Outlook needs to scan my Persona...
4 21.02.2006 22:15:03
Out of office add-in to show icon when turned on or off
Unless you exit and restart Outlook, most people forget their Out of office is on until someone replies to them to turn it off. Is there an add-in that maybe places an icon that visually shows whether the OOO is on or off? Is there an event or someplace to test this so an add-in could be written? -- Mike Matheny ...
1 21.02.2006 22:09:21
Outlook add-in, MS Word problem
Hello, I'm implementing Outlook COM add-in for MS Office 2003 SP2 with VC++ 6.0. A part of the functionality does the following: in NewInspector event of Inspectors collection obtained COM interface "insp" is used to get mail item edited by newly created inspector. In example I use mail item to set TO field. When in outlook Tools\Options\Mail Format\Use Microsoft Office Word is NOT che...
2 21.02.2006 17:42:24
DASL Filters!!!!
Hi evereone!!! I need to fiter contact folder items by FileAs: what should I write in filter (DASL) ? ...
3 21.02.2006 14:40:19
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