| Thread | Last Post | Replies |
|
| InvalidCastException after installing VS 2005 | 29 Apr 2006 23:45 GMT | 1 |
Running XP OL2003, VS 2002 pro, I wrote an Outlook Addin.. worked fine. Did something like: process AppointmentItems based on a Custom Form (MessageClass= IPM.Appointment.Reservation) in an Outlook calendar folder named "Reservations" like:
|
| add a command in the form | 28 Apr 2006 18:43 GMT | 1 |
I found that the outlook spy command bar can be put into the appointment form, contact form, etc. How to do it? I can only add the coommand bar in the outlook main window (explorer) from add-in object written in C# or C++.
|
| QI to IOleWindow returns E_NOINTERFACE | 28 Apr 2006 07:51 GMT | 8 |
My add-in requires handle for Outlook main window. For that I have written one small piece of code as following. //*************************************************** CComPtr<IOleWindow> olOutlookWindow;
|
| Outlook freezes on Redemption SaveAs | 27 Apr 2006 23:46 GMT | 5 |
I have been using Outlook Redemption for about a year now and it's been incredibly useful in the development of an add-in for Outlook 2K/XP/2003. I am trying to retrieve the e-mail (well actually, only the recipients, body and attachments) that is being composed by the user
|
| Adding Automatic Reference Number | 27 Apr 2006 21:12 GMT | 4 |
Is it possible when creating a task request to have an add-on which provides a unique reference and enters it into the task? Thanks
|
| Re: export public contacts | 27 Apr 2006 15:42 GMT | 2 |
Dear, let me explain in detail that i want. i would use outlook public contacts as a central contact database for whole company those contacts will reuse for several prepous in excel, such as
|
| Exchange Calendaring | 27 Apr 2006 08:03 GMT | 1 |
Can I pull up an AppointmentItem in outlook the same way whether it is on Exchange Calendaring or not? Thanks
|
| Sending mail with attachment from my vb6 addin | 27 Apr 2006 08:03 GMT | 1 |
i've programmed an addin in VB6 which is sending mail from our CRM system automatically. The addin works fine, that means that it's doing what I want it to do. When the addin is installed on a system with outlook 2000 (SMTP/POP3)
|
| How to create AppointmentItem in inbox (Outlook 2002) | 27 Apr 2006 08:01 GMT | 2 |
I'm trying to create an AppointmentItem in the Inbox, so the user could choose if to accept invitation or not, but Outlook 2002 refuses to do so. Anyone knows how to do that?
|
| Custom Item type, menus and forms | 27 Apr 2006 04:27 GMT | 1 |
I want to create an application that integrates with Outlook. The following are some of the requirements that I have. I want to have my own custom item type. Items of this type will be stored inside an Outlook folder. That item type is not really a good
|
| Calendar View | 26 Apr 2006 06:17 GMT | 2 |
Question on the day / week / month calendar view. How does a outlook addin know the date range of the calendar view showing? If day view, the view will show the range in time, how does the addin know from when to when?
|
| Outlook 2000 & net folders | 25 Apr 2006 22:29 GMT | 4 |
Using Office 2000 to share a contacts folder amongst colleagues. Works ok on some machines but on other get an error that the "custom form" cannot be found, using a standard form. Looked up various kb articles on MS Knowledge base but most suggest a
|
| Outlook custom form opening... | 25 Apr 2006 12:50 GMT | 1 |
Hi, everyone!! I have a problem: I made Outlook Com Add-in. I have there some custom form based on Contact. So I try to open this form about 20 times without closing and
|
| Outlook 2003 video Email | 24 Apr 2006 22:32 GMT | 4 |
I have just installed the video email , I have reocorded a test viedo , 5 sec, but it was not possible to send it . It appears a note : " failed to convert a file to WMV format" I have : windows XP/SP2 , office pro 2003, Business Contact manager.
|
| Find a contact in contact folder using ATL VC++ | 24 Apr 2006 20:42 GMT | 4 |
I have a little problem with MS OutLook 2003 Addin. Im trying to Find a contact to check if its already present in the contact list. But i dont see and wayout. I tried following:
|