| Thread | Last Post | Replies |
|
| Outlook Connector | 18 Dec 2007 15:01 GMT | 1 |
I've been using the Outlook Connector for Domino for over a year with pretty good success. This past weekend it looks like the Domino administrators changed something and all of my Domino mail now looks different. instead of showing the sender's short name (i.e. John Smith) it ...
|
| Ribbon : What is the IdMso to catch "Message" with Outlook 2007 ? | 13 Dec 2007 15:41 GMT | 2 |
I want to customize my Ribbon with Addin, I would want to know the Imdso to catch "Message" which is the first tab when i wite or reponse a mail. Tanks
|
| Accessing multiple MS-Outlook profiles with C# .net | 13 Dec 2007 14:43 GMT | 3 |
I am trying to find out a way to access multiple MS-Outlook profiles/Accounts from C#.net and Outlook object model.
|
| AddIn loading takse too much time after PC Restart | 11 Dec 2007 14:08 GMT | 3 |
I have AddIn developed on VSTO 2005 .net 2.0. The AddIn loads pretty fast when after first Outlook launching, but if i restart PC and start Outlook with my AddIn, it's takes too long. However starting Outlook without
|
| Trapping message move operations | 10 Dec 2007 20:07 GMT | 2 |
I've been struggling with a unique issue for a couple days and hope someone can assist. I have a requirement to trap all message move operations when a user moves messages to folders outside the mailbox, i.e. to a public folder or another mailbox. Essentially, the add-in
|
| Add-Ins that work with IMAP | 10 Dec 2007 14:18 GMT | 1 |
I'm using Outlook 2007 with multiple IMAP email addresses. I'd like rule automation and some work organization addi-ins, but I can't find any that work with IMAP - espcially multiple IMAP addresses.
|
| Events no longer firing | 08 Dec 2007 17:19 GMT | 1 |
I am a newbie; I wrote the following code as VBA in Outlook: Private Sub Application_ItemSend(ByVal Item As Object, Cancel As Boolean) If (Not Item.Class = olMail) Then Exit Sub If (Item.Subject = "") Then
|
| Edit Compose Page & Edit Read Page | 07 Dec 2007 21:09 GMT | 1 |
I have an add-in for Outlook 2003 that searches for keywords before an Outlook item is sent or saved. My dilemma is trying to search on a customized form. If the "Edit Compose Page" is the active page I can only see the controls and properties on that page and cannot access any ...
|
| Error installing PIA | 06 Dec 2007 23:49 GMT | 8 |
We developed an Outlook 2007 plug-in using VSTO 2005 that generally installs and works fine. However, On one customer machine the "2007 Microsoft Office Primary Interop Assemblies" (PIA) installation fails with a message:
|
| Sync 2 calendars | 06 Dec 2007 23:29 GMT | 3 |
I have an exchange server and 2 pda's. When user 1 makes an appointment in his calendar, is should be copied to user 2's calendar and the other way around. Is that possible? We are using Exchange server 2003 and Outlook 2007
|
| Setting the font of the message body | 06 Dec 2007 21:08 GMT | 3 |
I am developing an extensibility add-on. I create a MailItem, populate some fields and throw some text in the body. The problem is that while the text I insert into the body is in Arial font, if I type additional text into the message body it is using Times New Roman. All of my ...
|
| Outlook 2003 error message | 06 Dec 2007 20:39 GMT | 1 |
Every time I open Outlook 2003, I'm greeted with the following error message: "C: Documents and Settings\jwyant\Application Data\Microsoft\Add-ins\C:WINDOWS\system32\cabget.dll’ is not a valid Office add-in."
|
| How to disable the Pop up of outlook warning when use AddStore. | 06 Dec 2007 14:47 GMT | 11 |
Set objApp = CreateObject("Outlook.Application") Set objNS = objApp.GetNameSpace("MAPI") objNS.AddStore objFile.Path
|
| outlook program add-ins | 05 Dec 2007 14:08 GMT | 1 |
how can i program Add-in using vb.net to detect the sender email address for only new messages received not for all message in the inbox folder .
|
| Drop down date control | 04 Dec 2007 09:38 GMT | 1 |
Is there an easy way possibly using C++ GDI/Windowing calls in an ATL Outlook add in to create a drop down date time picker in a toolbar? What kind of toolbar control would I need? I was thinking I could get an HWND from a msoControlCustom, but there doesn't seem to be much ...
|