| Thread | Last Post | Replies |
|
| After each initialisation, a new draft EMail is generated. | 16 Apr 2007 17:39 GMT | 1 |
I have the strange effect that a new (empty) email draft message is generated each time I start my Outlook 2003. I debugged my COM Add-In and noticed that it is generated after the Add-In is initialised and after the call of AddinInstance_OnStartupComplete(). There is no
|
| ItemAddEventHandler only runs once | 16 Apr 2007 14:58 GMT | 1 |
Im trying to catch all incoming new mail using the code below. The problem is that it is only run once, so when i get 3 new messages, only the first mail will be used in the eventhandler. --
|
| Addin button not showing up -- problem with ActiveExplorer? | 14 Apr 2007 18:50 GMT | 4 |
Hey all, Apologies for the ensuing long-winded post, but I want to be as clear as I can about what's going on. I have a COM addin that was developed for Outlook 2002/XP and later.
|
| Outlook Calendar Add-In | 14 Apr 2007 18:20 GMT | 3 |
I frequently want to diarise regular events or meetings which occur on, say, the third Tuesday of every month, or working day 10 of every month. Does anyone please know if there is an Add-In (or some other method) for achieving this with Outlook XP?
|
| Hookup OL2003 "Open a Shared Calendar/Contacts/Tasks" link | 13 Apr 2007 20:18 GMT | 7 |
We have COM Addin component to handle Calendar (Tasks and Contacts) subscription for the calendar in our non-Exchange server. In Outlook 2003, these is a "Shared Calendar..." link on the left pane of Calendar's Explorer. After clicking on this link, there is dialog box popup ...
|
| Starting Outlook Programing | 12 Apr 2007 10:34 GMT | 6 |
Hi. I need to program an aplication with Outlook. Where books I can search to start?. Can I develop this kind of aplications with VB .NET or I must to use another system?. Thanks.
|
| Addin call to external dll | 10 Apr 2007 19:29 GMT | 3 |
I have an addin that is primarily an exchnage client (ExchEntryPoint), and I am making calls to other DLLs that I have created. However, it seems that it can not find these DLLs, if I install them in the same directory as the addin. What is the best way to get my addin to find
|
| SenderEmailAddress in VB.NET on Outlook 2003 | 10 Apr 2007 15:27 GMT | 1 |
I have an application in development that uses the VSTO 2005 libs to create an addin to Outlook 2003. The application basically adds a button to the New Mail Message window that, when clicked, sends everything about the mail message to our server. One of the important
|
| Bug in MSO-2003 or in my code ? | 09 Apr 2007 13:14 GMT | 1 |
I have a weird problem with UserProperties of Oulook 2003. The first time that an email is opening, I add a new UserProperty and I save it. If I close, and open and close and open and so on the email (which contains my UserProperty), I can find my property at the opening of
|
| Can I use PropertyAccessor in Outlook 2007 to add x-headers? | 05 Apr 2007 22:30 GMT | 2 |
I know I *can* use Redemption to do this, but I've been able to do everything else I needed to without using Redemption, so I'm hoping I can overcome this last obstacle without having to use Redemption. According to the docs:
|
| How to get Microsoft.Office.Interop.Outlook.TaskItem from the IUnknown (C#) | 05 Apr 2007 09:39 GMT | 5 |
In other words, how to implement the method GetTaskFromIntPtr in the code below? using Outlook = Microsoft.Office.Interop.Outlook; ...
|
| RTF in an outlook appointment item | 04 Apr 2007 18:36 GMT | 1 |
I'm trying to put RTF formatted text into the body of an appointment item. I've found various examples on the web but I'm still having some problems. Using Outlook spy, I can see that the code I use below does indeed put rtf into the PR_RTF_COMPRESSED property. Yet I see nothing ...
|
| ItemsEvents_ItemAddEventHandler - only works in debugger | 03 Apr 2007 20:09 GMT | 1 |
I'm trying to develop a C# VSTO 2005 SE Outlook Addin. My add-in is based on the OutlookEvents VSTO Sample. I am trying to capture Inbox ItemAdd events. What I am finding is that this works on my development machine, but the event handler function is never called
|
| Determine if a footer exists in a document? | 03 Apr 2007 19:31 GMT | 1 |
What is the correct way to determine if a footer exists in a Word document (using Word 2002 through Word 2007))? Essentially, when a document opens, I need to insert a footer on all pages in the document, but only if a footer doesn't already exist...
|
| Outlook 2007 Spell Checking? | 03 Apr 2007 17:04 GMT | 11 |
Are there any improvements to the Outlook Object Model that allow you to more easily work with Spell Checking....Or at least have Outlook function the same whether you use MailItem.Send() or actually click the Send button?
|