| Thread | Last Post | Replies |
|
| Outlook addin for 'Reply to all' button . | 19 May 2008 18:58 GMT | 1 |
Hi I am facing a problem with a requirement as below. please help me out The Reply to All feature of Outlook has been identified as a significant risk for the organisation. Through careless use of Reply to All E-mail correspondence is occasionally sent to inappropriate recipients ...
|
| event raised on selecting a mail item in ms outlook | 19 May 2008 12:57 GMT | 1 |
Is there any code in vb.net for event raised on selcting a mailitem in ms outlook
|
| replacing MAPI Form | 19 May 2008 10:15 GMT | 2 |
We are replacing a MAPI Form Server for a specific message class, let's say "IPM.Foo". We created a form region for this message class. In Outlook 2007 we disabled forms that bypass Outlook. Nevertheless we sometimes get the message, that the user defined form can't be loaded...
|
| ZoneAlarm | 17 May 2008 21:05 GMT | 1 |
I've been using 2007 office for a year. Also no problems with ZoneAlarm. Using XP Pro SP2. I ran an update on definitions for ZA and then went to Outllook to receive a problem with he add-in MailBuddy. I went to Trust Center and tried to engage the disengaged Mailbuddy with ...
|
| Word "SendMail" crashes Outlook Inspector (2007) | 16 May 2008 21:32 GMT | 3 |
I'm referring to the sample code download "OutlookRibbonXCS_VSTO". When I have Outlook 2007 running with this AddIn, and I send a document as an attachement from Word 2007, the Inspector from for that email does not close down properly. The ribbon locks, and a 'hidden' Send ...
|
| AddIn do not start | 16 May 2008 14:35 GMT | 11 |
Hallo NG! I write an Addin for Outlook 2002. On the development maschine the addin is start with outlook. Now the development is completed and I would deploy the addin to each
|
| strange problem while adding button to inspector window | 16 May 2008 14:27 GMT | 6 |
In was trying to add button in inspector window. I used .InspectorsEvents_NewInspectorEventHandler(myInspectors_NewInspector); event and in this event I called a wrapper class where I configured ItemEvents_10_OpenEventHandler(myMailItem_Open);
|
| Reading content of reading pane | 16 May 2008 14:24 GMT | 8 |
After my inbox is opened up. I can preview my mails in reading Pane. How can I read the contents of the items in the reading pane. Any help is appreciated.
|
| Set Default Signature in Outlook 2007 | 14 May 2008 14:25 GMT | 9 |
I try to set default signature through code (C# & VS 2008), it successfully writes 'New Signature' and 'Reply/Forward Signature' values in a registry. When I open New mail or reply to any email, my signature does not appear. I have to restart outlook everytime after setting ...
|
| Multiple addins - control order that ItemSend is called | 13 May 2008 17:01 GMT | 2 |
Does anyone know, when multiple addins are registered, if there is any way to control the order that ItemSend is called for each addin? For Outlook 2003 the default seems to be reverse alpha order of the prog IDs. We need to override the default ordering if possible.
|
| Context menu | 12 May 2008 23:27 GMT | 4 |
Is it possible to add a conext menu item item to either the 'Additional Actions' menu item or beneath the 'Add to Outlook Contacts' menu item
|
| Registering events on calendar items on startup | 12 May 2008 19:31 GMT | 4 |
I need to register for ItemEvents_10_BeforeDeleteEventHandler, ItemEvents_10_PropertyChangeEventHandler on any Calendar Event that is processed by my addin. For any calendar event handled by my addin, I mainatin the Outlook Id in a database, and also set a user-property on the
|
| Response out of MS Outlook dialog box | 12 May 2008 16:04 GMT | 3 |
I am using VSTO with C# for creating Outlook Add-ins. I need to get the response from the dialog box that pops up during various operations like Save, Send, Close etc. The dialog box usually contains
|
| How to create recurring appointment exceptions? VSTO 2k8 | 12 May 2008 14:04 GMT | 5 |
I am writing an Outlook 2007 Add-in using VSTO 2008 (VB .NET). I want to allow the user to add an appointment that is associated with an existing recurring appointment. The catch is that the given date may not fit the recurrence pattern. For example, if the user has an ...
|
| CommandBarButton::Enabled | 11 May 2008 08:44 GMT | 6 |
In my add-in I create a toolbar and set some buttons disabled. After some actions I want to set these buttons enabled, so I set the Enabled property to true. I noticed that sometimes these buttons still disabled until I point at them (redraw problem). I think that the problem ...
|