| Thread | Last Post | Replies |
|
| Redemption RDOSession.GetFolderFromPath and Outlook2007 SearchFolders | 16 Nov 2006 18:56 GMT | 1 |
I have another problem with RDOSession.GetFolderFromPath in Outlook2007 the FullFolderPath retrieved from ActiveExplorer.CurrentFolder is localized. That means in my German Outlook Version the path is '//Persönlicher Ordner/Suchordner/Große Nachrichten'
|
| Problems while integrating with outlook 2007 | 16 Nov 2006 15:09 GMT | 3 |
I work for a adobe product called Contribute, we have Microsoft Office plugin integrated to our product. To be specific, When we have opened an existing mail item in outlook, we can select some portion of the mail data or full mail content and can open it in our contribute
|
| Slow performance while accessing Outlook item fields using VSTO | 16 Nov 2006 15:08 GMT | 3 |
I'm developing a C# based Outlook add-in using VSTO 2005. This add-in collects information from multiple Mail items, so I've a simple code like this: Outlook.MAPIFolder inbox =
|
| Outlook 2007 comparison to prior releases for coding? | 15 Nov 2006 22:09 GMT | 1 |
Has anyone written blogs or articles about the changes made in Outlook 2007 which break existing code, make it easier to code into Outlook components, or fix long-term issues? Outlook 2003 had improvements over its predecessors but it still has always been a beast to code in.
|
| Microsoft Outlook Add-ins to insert received mail into DB. | 15 Nov 2006 15:30 GMT | 1 |
I need to find the best way to integrate Microsoft Outlook with our Mail Database. for e.g. when mail arrive into Microsoft Outlook, I can get that mail object and store contents in Mail Database. In the same way when Mail receive
|
| Masking a mail message icon | 15 Nov 2006 13:49 GMT | 4 |
I'm looking for a way to get the bitmap of the icon of a mail message and draw something on it and set it back to be the new icon of that message. I need to do it seperately for some messages. Each mail message may have a different icon (not yet opened, opened, replyed, forwarded). ...
|
| Removing headers from email, replacing rules with code | 14 Nov 2006 22:34 GMT | 2 |
Is there a standard way to remove headers from inbound mail items? Can I do something with Redemption like this?: sItem.Fields(PR_TRANSPORT_MESSAGE_HEADERS).Item(x).Delete() Can I do this with PIA and C#?
|
| ActiveInspector Recipient's members (Distribution List) not accessible via Word VBA - Redemption | 14 Nov 2006 20:28 GMT | 4 |
I am trying to get the Recipient (Distribution List) from an ActiveInspector. The code that I am using is below. I am trying to retrieve the recipient from MS Word VBA. If I put the same code in Outlook VBA I am able to access the Members of the distribution list.
|
| outlook toolbar: 256 color bitmaps via exchange client extension (ECE)? | 13 Nov 2006 10:23 GMT | 8 |
hello world, there has been a similar question back in 2004 - with no solution, yet: http://groups.google.com/group/microsoft.public.outlook.program_addins/browse_th read/thread/29f3995045b77b4b/ i'm working on an ECE (exchange client extension) for outlook which
|
| Outlook Add-In to add a CC address to outgoing email | 11 Nov 2006 22:24 GMT | 2 |
I'm working on an Add-In (Visual Studio 2003, ATL/C++) to automatically append an email address to the CC field when an email is sent. So far I have successfully hooked the event that is generated when the email is sent. I am able to read the various elements without issue (get_To ...
|
| How to get the ContactItems in a DistListItem? | 11 Nov 2006 20:18 GMT | 3 |
Using the method DistListItem.GetMember(int), I can only get the Recipients in the Distribution List. However, we know that when using Outlook, we can add Contacts other than just Recipients to a Distribution List.
|
| Creating a new mailItem with a signature, and a modified HTMLBody | 10 Nov 2006 15:52 GMT | 6 |
I am coding a OL2003 addin in C# using VS2005 and VSTO, and have my core functionality working (a toolbar with a button, from which you are able to create a new mailitem) My problem is, I want to modify the HTMLBody of this new mailItem,
|
| How do I modify the message body displayed in the email window? | 10 Nov 2006 09:49 GMT | 4 |
I'm writing an Outlook add-in with VSTO in C#. Up to now, I used the shortcutBar example (from the MSDN) which creates a few buttons. By clicking on a button named New Mail, the normal window appears, in which the Outlook user can write his mail.
|
| Get parent message (original) from the response created by Reply-All/Reply/Forward | 09 Nov 2006 17:02 GMT | 3 |
Hi guys.. I have an Outlook plugin for Outlook 2003 SP2 + VS2005 + C#. The plugin adds extended properties to each message. These properties need to be inherited by the responses/forwards and so how do I get the
|
| Redemption RDOSession.GetFolderFromPath and Exchange Cache Mode | 09 Nov 2006 06:26 GMT | 5 |
I'm calling RDOSession.GetFolderFromPath with the FullFolderPath originally retrieved from Outlooks ActiveExplorer.CurrentFolder. I get MAPI_E_NOT_FOUND while using Exchange Cache Mode. Will work when Cache Mode if off.
|