| Thread | Last Post | Replies |
|
| Question: Using VSTO to package/deploy Outlook Add-Ins? | 31 Jul 2006 22:58 GMT | 6 |
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:
|
| Getting rid of reference to deleted program. | 31 Jul 2006 14:15 GMT | 1 |
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. ...
|
| Delete an item | 31 Jul 2006 06:42 GMT | 5 |
vb6 - using item.delete moves the item into a deleted Items folder. Does anyone know how I could delete without putting the item in the delete items folder (sure delete)? I also want to make sure the item is not recoverable.
|
| Add-in Send Script | 27 Jul 2006 20:30 GMT | 2 |
I have created an addin but I'm unsure how to declare the code that runs when someone sends an email. I thought it would be something like this..... Private Sub IDTExtensibility2_OnStartupComplete(custom() As Variant) Dim Application_ItemSend As Outlook.Application
|
| Convert Outlook.Attachment to Byte() array | 26 Jul 2006 21:48 GMT | 1 |
Is there a way to convert an attachment to a byte array without saving it to a directory first and then reading it into a stream? I would like to convert it in code and save straight to the database skipping the SaveAsFile part.
|
| Context Menu does not work for RTF preview window | 26 Jul 2006 20:14 GMT | 2 |
I have added a submenu to the context menu for the message preview window and it works fine as long as the message in the preview window is an HTML document window. I saw a nice example at http://www.codeproject.com/atl/outlook2k3addin.asp and it works great for
|
| runtime error occurred during the loading...blah blah blah | 26 Jul 2006 17:04 GMT | 7 |
OK, so I have looked through this listserv. I have read Randy Byrne's article. I have tried using a shim. I have contacted Microsoft (have a nice weekend, they tell me...sheesh!). I cannot find the answer to save my life.
|
| outlctlx.dll | 24 Jul 2006 13:55 GMT | 1 |
I developed an application in vb6 using the outlctlx.dll control available from the microsoft site. This was released 4 years ago and worked with outlook 2000. Now some of my customers are compaining that the integration into outlook
|
| Outlook Lookout | 21 Jul 2006 18:32 GMT | 3 |
I am reviewing the Add in called Lookout and it looks very powerful. Anyone have experience with it? Jim Johannsen, Santa Barbara, CA ----------------------------------------------------------------------------
|
| Outlook / Word conflict | 20 Jul 2006 17:38 GMT | 2 |
I am currently working on an addin for Word that adds a custom toolbar with one CommandBarButton. The addin works fine, and does what it is supposed to do, but if I open Outlook first, the command bar and button will apear on a new compose message. Also, opening Outlook first ...
|
| Outlook Button Types | 19 Jul 2006 19:43 GMT | 1 |
I have been looking throughout the web trying to find a document that states what button types can be created for Outlook Plug-ins and have not found anything official that positively states the allowed button types for a plug-in. I would like to create a button type of ...
|
| Redemtion and UTF-8 | 19 Jul 2006 18:30 GMT | 5 |
Hi Dmitry, I want to create a message with UTF-8 encoding. I'm using IMessageItem::Import but it doesn't work. To do it I've added the header:
|
| VSTO Backwards compatibility with Outlook 2003 / 2007 | 19 Jul 2006 16:14 GMT | 1 |
I've been reading a lot about the VSTO and have developed some sample add-ins for Outlook 2003 and more recently Outlook 2007 beta 2. What I havn't seen is how interoperable my add-in will be between different versions of Outlook. Are the following statement true?
|
| Runtime error 80004005 Creating Outlook.Application | 18 Jul 2006 22:18 GMT | 6 |
Anyone When trying to create the Outlook Object model from within a VB application I get Runtime error 80004005 Creating Outlook.Application object. The PC is running Windows XP Home with Outlook 2003. I've tried messing around with
|
| Password protecting a directory | 18 Jul 2006 18:57 GMT | 3 |
My church wants to password protect some semi-secure folders that files like parish address and phone numbers. Is the a simple inexpensive way to do this ? It doesn't need to be super secure. And only in programs like Lotuus or Outlook.
|