| Thread | Last Post | Replies |
|
| MailItem:OnWrite event | 15 Jul 2005 16:52 GMT | 1 |
I'm trying to cancel the write event of a mail item. I connected the mail item to my object to get the events in the Invoke function (I did this because I need to support old versions too and they have different parameters).
|
| ActiveX error | 15 Jul 2005 15:22 GMT | 2 |
I've created a custom form that worked perfect in Outlook 97 / 2000. I'm testing in 2002 now and I've got a notice "This form contains an ActiveX control which may harm your computer (unsafe for initialization). Be certain you trust the source. Do you want to load the ActiveX ...
|
| Get To/CC Email address from a mail using Outlook COM object | 15 Jul 2005 07:35 GMT | 2 |
While creating a outlook addin, I am facing some problem in getting email address for To/CC. Here is the code, I am using, (I am getting the selected mail from Outlook) Outlook.MailItem OuItem; OuItem = (Outlook.MailItem)applicationObject.Application.ActiveExplorer().Selection ...
|
| Commandbar | 14 Jul 2005 22:59 GMT | 5 |
I have an outlook addin working perfectly in windows 2000 and outlook 2003. Reccently I got a new pc installed with XP and outlook 2003, in this new pc the code that supposed create commandbar and menuitems are failed. Is this a window/outlook security issue?
|
| Outlook 97 Cancel Write | 14 Jul 2005 20:32 GMT | 7 |
I'm trying to cancel the write operation of a message in Outlook 97. The event MailItem.Write doesn't have parameters as in Outlook 2k and higher to handle the operation. I tried using IExchExtMessageEvents:OnWrite event: I return S_OK to handle
|
| Add-in (reverse) compatibility | 12 Jul 2005 19:56 GMT | 3 |
An Outlook add-in made in visual studio .net 2003, is compatible with wich versions of Outlook (and Windows I suppose)? Can anyone help me with this? Thank you,
|
| Click Event | 12 Jul 2005 19:52 GMT | 9 |
I would like to capture the event fired when I create a apppointment with Outlook. I used the class wrapper and looked for the CommandBarButtonEvent.h ( I program in C++)and I found 1 method "Click".
|
| Redemption and "Send To" in Word | 11 Jul 2005 20:10 GMT | 6 |
Hi Newsgroup, I'm trying to fill the To-field by code: Dim safMail As Redemption.SafeMailItem Set safMail = CreateObject("Redemption.SafeMailItem")
|
| Outlook : error on putSubject( ); | 11 Jul 2005 15:22 GMT | 3 |
I have got en error when I try to set a subject to an appointment. CComPtr<Outlook::_AppointmentItem> appt; _bstr_t titre("something"); BSTR tmp;
|
| Which event is fired?? | 11 Jul 2005 14:29 GMT | 3 |
which event is fired when you clicked on button "No" in the message box displayed after modifications on an item ? for instance, I create an appointment and fill its fields. Then I decide to cancel it by closing the window with the "X" button ( right
|
| SetViewContext problem | 11 Jul 2005 07:38 GMT | 1 |
How is the view context of a form related with the IMAPIForm::DoVerb? In my case, form viewer is calling DoVerb of my form with the same context as set in SetViewContext. I am facing an issue in which my form's
|
| programmatically calling Undo for active explorer | 10 Jul 2005 18:52 GMT | 1 |
Is there a way to code an event handler to perform the equivalent of the user clicking the Edit->Undo menu option? I need to create a folder that acts as a sort of conduit to a database. Any items dropped into the folder are processed and data that's extracted is
|
| Add info to calendar-view | 09 Jul 2005 21:17 GMT | 2 |
I have an idea for an outlook-plugin, which requires me to display text and graphics at the top of each day in calendar work-week mode. I have created a simple illustration of what I want to accomplish, check it out here: http://www.icatech.dk/outlook.gif
|
| OL2K3 Pro errors SR 5502 Lookout | 08 Jul 2005 17:57 GMT | 1 |
WIN2K domain using EXCH2K3 Member server. Recently error occurs especially when trying to use Lookout software v 1.3. Have also tried 1.28. Have also totally removed software and reinstalled many times. Have also changed profiles.
|
| Redemption: Would like to get To-value | 07 Jul 2005 21:41 GMT | 5 |
Hi newsgroup, I'm trying to change this code for use with redemption. How do I have to change the code to get it working? MsgBox ActiveInspector.CurrentItem.To
|