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

Geek News

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  >>  
Trouble copying result e-mails to new Outlook folder using WD Sear
I am doing a series of searches across multiple indexed PSTs using Windows Desktop Search. The searches work fine. But I'm having a horrendous time copying the result e-mails to a folder in a new PST. Many of the searches result in a few hundred result e-mails, but the only way I can copy them into another PST is ONE-BY-ONE. It's killing me! I seem to recall that in searches I did...
1 5/9/2007 10:40:00 PM
VSTO Com-add in prevents Outlook Notes from closing first time
Hi I have developed a C# com addin in VSTO 2005 / Office Professional 2003 and deployed it to a XP pc with Office Standand 2003 (SP2 installed). It all works fine except has this strange behaviour. If you create or open an Outlook Note, you have to click on the X multiple times to close the item. Has anyone experienced this before? Thanks Rowland ...
10 5/9/2007 10:39:28 PM
"Everyone" in the Outlook Add-in Installer
I have created an Extensiblity Outlook Add-in. I now need to deploy this add-in into the test environment. Logged in as an Administrator upon the test box, I select the load for "everyone" option. The Outlook add-in appears to install correctly however when I start Outlook the add-in does not load. I have added a command bar button to give me a visual indication if the add-in has loaded -...
4 5/9/2007 8:52:04 PM
Outlook 2007 WordMail Editor and Document Properties
We have an Office add-in that stores data in custom document properties. For consistency we'd like to store the data in the same location on Outlook items. While I can retrieve the document object and modify both the built-in and custom document properties, the changes are lost when I close the Outlook item. From my tests it appears that document properties are unsupported since they are...
3 5/9/2007 7:36:51 PM
Extensibility Addin Vs. VSTOAddin
Can someone explain the advantage to developing as VSTO Addin vs an Extensiblity Addin? My target production environment has User's that do not have admistrator rights to load a VSTO Addin and it is my understanding that the VSTO Addin can only be loaded and work for the "Just for Me" option that puts the registry setting in HKEY_CURRENT_USER. Is there a way to get the advantage of the sh...
2 5/7/2007 7:38:00 PM
Outlook Share add-in
Hi I have created an Outlook Shared addin in C# on visual studio .net 2005 platform. I want to deploy this add-in as a separate msi which will be installed after the main windows application is installed this shared add-in adds a button to the command bar of the outlook and on the click of the button all the selected mails in the inbox are getting saved in the database. I want to read the ...
1 5/7/2007 2:30:11 PM
Creating Accept/Reject sort of functionality on Mail Messages
Hi, I wanted to create and program Accept/Reject (of Meeting Request type) sort of buttons but these buttons will be on my HTML mail messages. I mean when recipient opens my mail message he will be presented with mail message body and at the bottom my buttons will be there inside the mail Item.(This sort of functionality is common when using Meeting Request Items. But I want this to wo...
6 5/7/2007 1:43:32 PM
Tasks to Appointment
Hi, I've noticed that in Outlook 2007 it is possible to "Copy a task as appointment" from the daily task list. One task can be copied as several appointments. Now the task is somehow aware of all the appointments it has been copied to. Is there a way to find this out programatically. Outlook does it, so it should be possible, right? Thanks for any help I can get. -- **Seppo...
7 5/7/2007 1:41:47 PM
Programmatically setting a filter on a day/week/month view in Outlook 2003
I am using OL2003 and am trying programmatically to set a filter on a calendar view by editing the View.XML. I have no problems settings filters programatically on table views in the XML of table views, but for calendar views, the filter tag does not seem to part of the XML, and the exact same filter works on table, timeline, card and icon views. When I change a day/week/month view manu...
2 5/7/2007 1:36:16 PM
Outlook calendar access from .net application
Hi, Actually, I am very much new to the idea of outlook programming and have no clue on how to go about it. They say you have to find your own way and here I am. I have a Office management application developed in C#.net. Now I want to access a users calendar in outlook and get the meetings scheduled, recieve, respond and send meeting requests, etc. In other words anything that happ...
2 5/7/2007 1:30:19 PM
Outlook Object Model Threading
Hello all, after months of working in an addin for outlook using OOM, I found a big problem which is that OOM is not multithreaded as discussed in: http://groups.google.jo/group/microsoft.public.outlook.program_addins/browse_thread/thread/3b5bca8446787d33/0a3609c5934618a8?lnk=st&q=oom+thread+marshal&rnum=1&hl=en#0a3609c5934618a8 http://groups.google.jo/group/microsoft.public.developer.outlook.a...
9 5/6/2007 3:37:49 PM
Lost my .rgs file
Dear All, I lost my .rgs file from my addin project. how to regenerate a new .rgs file from my project. Is there any tool is available to regenerate the .rgs file. Plz help me... Thank you ...
1 5/5/2007 10:23:57 AM
HELP: None of the vsto add-ins load on dev/deployment machines
Windows XP, outlook 2003, vsto 2005, C# My add-in worked fine on dev and deployment machines for a while until I clicked "Synchronize" button on the settings tab. After that none of the vsto add-ins load on dev as well as deploy boxes. Unmanaged add-ins work fine. I have done "SetSecurity" as well as running caspol command line (none of which I really had to do on dev box before I ran int...
1 5/4/2007 4:03:05 PM
How to program changes in Outlook Addressbook?
Hello all, I hope someone in these two newsgroups knows something about this subject (or point me to somewhere else to ask if I'm wrong here). Problem: In Outlook 2007 (and all the older ones too) there is an "Address Book" application which shows all the MAPI address books, normally the "Global Address List" etc. We need to expand the functionality there so that it is possible to make ...
2 5/4/2007 1:50:52 PM
vsto 2005 se/outlook 2003 add-in doesn't load
I developed an outlook add-in with following configuration: windows xp vsto 2005 se visual studio 2005 C# The outlook worked fine for a while until I did something quite unrelated as below: I added a few strings in the settings (app.config) file. The add-in loaded these strings and controlled its behavior dynamically. Then I added another string but that didn't load when I rebuilt th...
4 5/3/2007 9:33:01 PM
Deploying outlook 2003 add-in using VSTO SE
Hello, I have developed an outlook add-in (C#) with following configuration: Visual studio 2005 Outlook 2003 VSTO SE The add-in works fine on dev machine. The project creates a setup package for deployment to other machines. When I install this package, the add-in does not load in outlook. Some troubleshooting I did is as follows: * Ensured that all the dependent assemblies are part of...
5 5/2/2007 11:59:01 PM
Folder Icon in Outlook Tree
In the tree on the left hand side Outlook iconizes a number of it's folders: deleted items is a little recycle bin; junk email has a no-entry sign overlaid; RSS feeds has the classic RSS icon overlayig the folder; etc I want to create a folder with MY icon (or any other non-default icon). Anyone know how I can do this? ...
4 5/2/2007 4:52:15 PM
How to store custom data with Folder
Hi, In order to store my own custom data with an item i used named properties, and add them via REDEMPTION .HrSetOneProp method , is the same possible with folder, and how???? I want create custom property to ost folder e.g. userID property. By using .HrSetOneProp .. .. .... and passing folder obbject end up with exception. Anyone???? TNX in Advance. ...
16 5/2/2007 7:20:19 AM
Folders WebViewUrl
I am setting a folders WebViewUrl property. The default behaviour appears to be to cache the page - thus if it has changed outlook does not reflect this. Can I change the Make Available Offline option programatically, or do a control-f5 on a page? ...
1 5/1/2007 8:30:01 PM
UserProperties Icon
I have added a useproperty to a folder, I want to display the userproperty as an icon (my custom icon). I the folders' view. Can I do this?...
3 5/1/2007 8:17:02 PM
Make entry in outlook calendar automatically when mail is send
hi to all i have some problem please anyone help me out i have to send a mail having entries date, venue in the mail, but i have to make entry in receiver's outlook calendar. Depending on the date it should automatically enter the detail and timing in the receiver's outlook calendar...... Can somebody help me out... Thanks in advance... ...
4 4/30/2007 7:49:48 PM
Preventing folder deletion
Hi ALL, How can i prevent users from deleting OST folders in Outlook. I saw that Outlook sometime throw message: "Outlook has not finished synchronizing local changes made to items in this folder. You can not delete this folder until the synchronization with the server is complete", when i trying to delete some folder. Anyone??? Thanks in Advance. ...
1 4/30/2007 7:42:56 AM
Adding recipients to existing mail Items using Redemption
Hi, I have a situation where I want to modify an existing item in Outlook, but I cant get the recipients to work properly when using Redemption. First I create a new mail item, add some properties (like subject, recipients etc), get hold of the EntryID and exit. Later on I reconnect and find the mailItem using GetItemFromID and start modifying this Item. Changing the Subject works just...
4 4/27/2007 8:07:29 PM
vpmsece4.dll in Outlook 2003
I'm getting an error in Outlook when opening every email that vpmsece4.dll can't be loaded. I didn't find the file so no wonder. How do I get the file or stop the error from popping up? I can still read the email so don't know what I'm missing. thanx, clarence...
2 4/27/2007 7:10:03 AM
use custom userproperties in word mailmerge
Hi, I'm using the Business Contact Manager with Outlook 2007, but unfortunately it doesn't support listboxes with multiple selection, so I added my own form with a new itemproperty for my business contacts. When I want to send out a marketing campaign, I cannot access this property in the filter, so I created an VSTO Add-In for Word 2007, which imports the wanted business contacts and...
1 4/25/2007 11:00:57 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