| Thread | Last Post | Replies |
|
| video email | 20 Aug 2004 16:53 GMT | 3 |
I down loaded a plug in for Outlook 2003 for video email. The download appeared to go smoothly. When I click on the video message button the video email window opens and I can see my image in the viewer, however when I click on
|
| Outlook addin deployment problem in Office 2000 ? | 19 Aug 2004 18:19 GMT | 2 |
I have an Outlook Addin.( OLAddin.dll ) created un C# .NET 2003. When i use the Setup.exe created by the default deployment project (the project which is created automatically by the .NET ) , This addin is working in both Office2000 an Office2002.
|
| Redemption AddressEntry Class inaccessible in C# | 19 Aug 2004 18:10 GMT | 1 |
I found this bit of code for VB to access the SMTP address of an Exchange sender that I want to convert for use in C#: Function R_GetSenderAddress(objSMail As SafeMailItem) As String Dim strType As String
|
| Problems with ItemAdd, ItemChange, ItemRemove events in VC++ | 19 Aug 2004 14:22 GMT | 10 |
How should I use the ItemAdd, ItemChange, ItemRemove events in VC++ ? I have an Outlook add-in where I want to use these events but there something is wrong, the events are never triggered. I found a lot of documentation and sample code in VB, where can I found
|
| Changing meeting appointment organizer? | 19 Aug 2004 14:21 GMT | 3 |
I'm developing a COM add-in for Outlook 200X using VS .NET 2003. Does anyone know of a way to programatically change the organizer of a meeting appointment? Outlook seems to always use the current user as the organizer.. which is kind of logical but i wanna change it anyway :)
|
| Disabling/Enabling event handlers for Outlook folders | 19 Aug 2004 14:21 GMT | 1 |
I have a VB Add-In that monitors Contacts, Mail, Notes and Calendar for changes and additions. When an item is changed or added, I trap the event modify the changed item and then issues a .Save command.
|
| Beginners Query - Auto Reply Form | 19 Aug 2004 14:19 GMT | 1 |
I would like to write a addin for Outlook (2002) to auto reply to a message with a customised form. We are not running Exchange Server but have a direct connection to the internet. We recieve queries via email that I would like to be able to reply to
|
| Removing message for add in after deletion of add in | 19 Aug 2004 14:19 GMT | 1 |
I am using Windows XP Home and Office XP Pro. The version of Outlook that came with Office XP Pro is Outlook 2002. A few weeks ago I downloaded and installed trend Micro's Anti Spam test program. After a while I started having some trouble with it. Namely it dropped from the Outlook ...
|
| Outlook 2003 & exchange problem | 19 Aug 2004 08:32 GMT | 2 |
Im using Outlook 2003 with Exchange. The setup is so that i have my own mailbox and i can send emails for the shared mailbox. The problem is that the e-mails i send are stored in ny send-mail folder.
|
| Redemption Send/Drafts problem | 18 Aug 2004 18:41 GMT | 23 |
Hi I use Outlook Redemption (3.3.0.315) to automatically send and print HTML emails with an attachment list. I seem to be having a problem with the messages remaining in the
|
| Moving/copying contacts to a different folder fails | 18 Aug 2004 17:43 GMT | 4 |
I am trying to copy contacts from the default folder to a new one I am using VB.NET and Outlook 2003 but it fails with this error Error number 1248722935 Error description "Can't move the items."
|
| Add in problem at start-up | 18 Aug 2004 11:58 GMT | 1 |
I am receiving a notice that "The Add-in *C\WINDOWS\System32\MociExt7.dll" could not be installed or loaded. This problem may be resolved by using Detect and Repair on the Help menu". Have Detected and repaired
|
| Obtaining "Internet Headers" programatically in C++ | 18 Aug 2004 09:03 GMT | 2 |
Sorry if this has been asked before. How can I obtain the "Internet Headers" programatically using C++? (The ones that are displayed when you right click on a mail message and select options)
|
| Retrieving information on Outlook VB Object int C++ | 18 Aug 2004 09:00 GMT | 2 |
In VB codes, Dim objItem As Object <----declare objItem as Object. Dim objNS As NameSpace Set objApp = CreateObject("Outlook.Application")
|
| Note Item UserProperties in Outlook 2000 | 16 Aug 2004 19:37 GMT | 8 |
I am debugging a VB add-in for Outlook 2000. The add-in successfully creates UserProperties for Contact, Appoinment and Mail items, but when I try to do the same for a note Item, I get 'Object doesn't support this property
|