| Thread | Last Post | Replies |
|
| OpenSharedItem - Exception | 10 Oct 2007 15:29 GMT | 2 |
i would like to load a Mail from filesystem. In OL2007 is a new function called: 'OpenSharedItem'. I've called the function like: MailItem mailItemLoaded =
|
| How to suppress security warning? (Outlook 2002 ATL VC++ addin) | 10 Oct 2007 14:44 GMT | 1 |
I have the following code in my VC++ addin for outlook 2002: CComQIPtr<Outlook::Recipients> spRecipients; spMailItem->get_Recipients(&spRecipients); ATLASSERT(spRecipients);
|
| Disable Addin runtime | 09 Oct 2007 13:03 GMT | 3 |
I need to disable my addin if the a server is not available. in which event I have to do it ? Thank you. Giuseppe
|
| Adding icon to custom view | 08 Oct 2007 17:05 GMT | 4 |
I am designing a custom view for Outlook 2003 which the preview window is not visible. This view is for a private store and folder. My question is – basically - can I change the icons in the Intray list of messages. I would like to use custom icons to indicate the custom ...
|
| CommandBarPopup event? | 08 Oct 2007 16:21 GMT | 1 |
I have an Outlook add-in and I am trying to receive a notification that my CommandBarPopup has been clicked so that I can adjust the various menu items before they are displayed. Basically I am looking for an event equivalent to the "DropDownOpening" event found in a ...
|
| Modifying Attachment contents using VC++ ATL | 06 Oct 2007 07:30 GMT | 7 |
I am trying to develop an outlook 2002 add-in using VC++ ATL. I have added a button in the New Mail Message inspector window and I am trying to add the following functionality: Every time the user clicks the button, modify the attachment that he has
|
| vb6 DoEvents locks up Outlook 2007 when new mailitem is opened... | 06 Oct 2007 00:55 GMT | 3 |
I have been using vb6 to build a COM Add-in for Outlook. There are parts of the code that run in a long loop and require a DoEvents. In the case of Outlook 2007, all is fine until a new mailitem is opened and user starts typing an email. Once the user starts typing and a DoEvents ...
|
| Outlook Add-in | 04 Oct 2007 21:37 GMT | 5 |
I have made an Outlook Add-In with Visual Basic 6.0. The Add-In makes an Toolbar and all workes fine. Now, I want to click an Button on these Toolbar from another Programm. How can I do this?
|
| Follow-up for Dmitry: Redemption and Reg-Free COM, how-to? | 04 Oct 2007 19:33 GMT | 1 |
Hi Dmitry. Any further input on this? Thanks!
>Yes, the dll is customized. >The Redemption keys are in HKCR. >Windows XP Pro. |
| Migrating AddIn from VB6 to VB2005 | 04 Oct 2007 15:06 GMT | 2 |
I'm trying to migrate an AddIn from VB6 to VB2005 which uses the Redemption reference. The AddIn consists of a button on the main toolbar of Outlook2003 which access a customized form to entry some information regarding e-mails to a database. I tried the Migration Wizard, but ...
|
| Extract and replace the email's body (VSTO, Outlook 2007) | 03 Oct 2007 15:02 GMT | 1 |
for a small project I try to analyse (amongst others) the text section of an email using VSTO 2005 (C#) in Outlook 2007. First, I need to seperate the text component of the mail body. With the MailItem.BodyFormat property, I can differentiate in olFormatHTML,
|
| Adding a ComboBox to MS Outlook 2003 | 03 Oct 2007 14:56 GMT | 1 |
I would like to know how to add a ComboBox to the main window of MS Outlook 2003, which it's going to be populated using data from a database. I'd like to know the solution using VB6, or VB.NET. Thank you very much for your attention
|
| Named properties in PS_INTERNET_HEADERS don't go back to named properties when recieved. | 03 Oct 2007 14:54 GMT | 4 |
If I add a named string property to the PS_INTERNET_HEADERS space, I can see it got a X-header header on the recieved message in PR_TRANSPORT_MESSAGE_HEADERS. However the recieved doesn't have a named MAPI property for my X-
|
| Add button to Outlook 2003 advanced find menu bar?? | 01 Oct 2007 18:46 GMT | 3 |
I'm trying to figure out how to add a button that can be clicked from the Advanced Find window. My add-in looks at the items selected and sets a category. The problem is the commandbar that I added to the standard menu bar using the code below only shows on the Standard toolbar ...
|
| Outlook add-in installed but will not load | 01 Oct 2007 15:25 GMT | 9 |
I have an Outlook add-in developed in VS2K5 using VSTO. .NET 2.0 is installed on the target machine, I've deployed the PIA's, and the vstor.exe to install the runtime, and all that went fine. However, the add-in won't load, and when I try to do it manually ...
|