| Thread | Last Post | Replies |
|
| Unable to cast COM object" error | 30 Apr 2009 19:01 GMT | 5 |
Hey all, I receive the following error: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.Office.Interop.Outlook._MailItem'. I will demonstrate the 3 main attempts (of the trillion I've tried). :-/
|
| MailItem.Display() error | 30 Apr 2009 15:08 GMT | 1 |
I want to display mail in inbox folder with code. I am using MailItem.Display() method. When i use mailitem.Display() method , mailitem inspector form is being shown. But mailitem body doesn't visible. But when i right click on mail inspector form and click "Edit
|
| inquiries registry with Outlook | 29 Apr 2009 23:03 GMT | 1 |
I have already sent such message in another group, but there was no any answer to it. I suppose this group is more convininent for such task I would like to ask if someone has developed a simple registry of incomming inquiries from customers.
|
| WebView doesnt function with separate pst | 24 Apr 2009 17:43 GMT | 3 |
I am developing, using vsto 3.0, an outlook 2007 add-in that works with a different pst file (not the default pst file). The default pst file (call it file A) is also my primary pst file. When I set the webview for a given folder in my other pst file (call it file B), the webview ...
|
| Moving messages to "Deleted Items" folder | 23 Apr 2009 20:46 GMT | 2 |
Hi, back with another newbie question. I'm writing an add-in for Outlook 2003 in VC++. I'm trying to move a message I've accessed by using the Explorer->get_Selection method to the "Deleted Items" folder, but I'm running into trouble. *Part* (hopefully all?) of the problem is I ...
|
| SelectionChangeEventHandler randomly disappears in Outlook 2007 | 23 Apr 2009 14:44 GMT | 1 |
I've created an Outlook 2007 add-in via VS2008. In the ThisAddIn_Startup method I attach a SelectionChangeEventHandler to the Active Explorer selection change event via the following: this.Application.ActiveExplorer().SelectionChange += new
|
| Reply,forward error | 22 Apr 2009 18:17 GMT | 3 |
I have written addin for outlook 2000. I catching mapi on onOpen() callback and modify mail content. Then i show mail with MapiSession::showForm() method. Till this point everything is ok. But when i click Reply or Forward on mail form it gives error like
|
| VSTO Outlook2007 Addin. After switching from 3.5 to 2.0 Framework i get "'MSB3185: EntryPoint not specified for manifest" | 22 Apr 2009 14:38 GMT | 1 |
Hello NG, I am new to VSTO and Outlook 2007 Addins, Well what i am trying, is to use a Outlook 2007-Add-In with .Net Framework 2.0.
|
| add-in won't load | 22 Apr 2009 14:21 GMT | 12 |
One of out customer installed multiple add-ins. Our older version worked on his machine but not the newer version. Disable or remove all other add-ins from Outlook add-in manager, re-enable or reinstall our add-in won't work.
|
| What is the recommendet way to read/write a user defined Field (Named Property) in the MailItem Object using VSTO? | 22 Apr 2009 06:26 GMT | 1 |
Hello NG, I am very new to Outlook2007 and VSTO (Visual Studio 2008) in a mail i have a user defined Named Property "UID" the DASL is
|
| Emails stay in Outbox forever once addin is loaded | 22 Apr 2009 03:59 GMT | 3 |
The problem only occurs when user click the Outbox folder, then send an Email. No problem if the folder is not selected. The problem happens on Outlook 2007 and 2003. Not every computer will have the problem.
|
| unable to save attachment | 21 Apr 2009 14:42 GMT | 1 |
I've VSTO addin for Outlook 2003.I need to interrupt MailItem_AttachmentAdd event , save the attachement in temp folder , add the filepath of saved attachment as link in message body of mailitem and remove
|
| Outlook 2003 Add-in doesn't work on Outlook 2007 | 21 Apr 2009 14:38 GMT | 1 |
Hi, I wrote Outlook COM Add-in in 2003 using C# and since ages it has been working fine in OL2003. We are in process on migrating to OL2007. I found that my Add-in doesn't work on OL2007. Could anyone please tell me what are the possiblities so that Add-in can't work on OL2007.
|
| Not able to delete Add-in button from multiple Outlook Explorer | 20 Apr 2009 14:40 GMT | 1 |
I need to delete add-in button from each outlook explorer when add-in is going to disabled.Outlook will remain open.and again when i will connect then it should connect addin button on each outlook explorer.i can add button over every explorere but facing problem in deleteing ...
|
| Get selected option in recurrence range group | 18 Apr 2009 17:48 GMT | 4 |
I am facing a small problem here... I have my recurrence range group where I can select where or how my recurrence ends ("no end date", "end after <x> occurrences" or end by <DATE>). When Im populating my recurrence pattern object Outlook puts some default
|