| Thread | Last Post | Replies |
|
| How to delete the controls in a CommandBarPopup? | 12 Oct 2009 14:33 GMT | 1 |
I am developing a C# COM add-in for MS Office 2003 and 2007. My add-in creates a custom command bar with a CommandBarPopup menu containing several CommandBarPopup submenus populated with CommandBarButton objects. Upon user click on some buttons, I'd like to perform 'refresh' on ...
|
| Context Menu Question | 12 Oct 2009 14:22 GMT | 21 |
I think I know what you are probably going to say to this, but I thought I'd give it a shot anyway. I read all the other messages about Context menus and how they are unsupport, but there's this hack. I've been trying to use the hack for my Outlook 2000 add-in, but I'm having a ...
|
| Can I embed ribbon item into form region? | 10 Oct 2009 01:18 GMT | 2 |
OL2007, VSTO C#. I have a custom drop-down item on the read email ribbon that appears when the user opens an email, allowing the user to select a custom "Processing Department" tag for the email. They can choose one of 15 custom
|
| Address book search customization | 09 Oct 2009 23:30 GMT | 3 |
Is it possible to capture the address book search event? If so can we chain a custom search should the the query not return any results? Thanks, Tom
|
| Trap email send event | 09 Oct 2009 02:49 GMT | 7 |
VSTO C#, OL2007 I want to remove the phrase "My Special Sentence" from every email after it gets sent and appears in the Sent Items folder. I started, finding the following code on the internet but being new to C#
|
| disable a menu in active inspector | 08 Oct 2009 14:38 GMT | 1 |
In my outlook addin code, if i disable a menu in active inspector(say edit->copy) when open a mail the menu is disable. After that i remove the code to disable that menu from my addin. But now if i open any mail then edit->copy menu is disable for each mail. Is there no
|
| How to provide instant search like feature in outlook 2003? | 08 Oct 2009 14:36 GMT | 1 |
Hi, Actually I need to support search facilty for outlook 2003 lik instant search feature in outlook 2007. Can anyone guide me in the righ direction on how to implement this? Thanks in advanc --
|
| Attach addin to outlook 2007 editor | 08 Oct 2009 14:29 GMT | 3 |
In old outlook I could attach and sinkevents on the outlook editor as this was word. In outlook 2007, its not "word" but a "wordbased" editor. Can anybody tell me how to make an addin that loads when the editor gets started?
|
| Why is OL not keeping the correct sender account? | 08 Oct 2009 08:53 GMT | 1 |
I like to manipulate a mail before sending. But after modifying (subject, message, attachments), the e-mail gets allways sent using the default account and not using the selected account (VB6 COM AddIn using Redemption Objects):
|
| Drag-and-drop to Custom Task Pane | 07 Oct 2009 08:17 GMT | 1 |
I'm trying to implement a Custom Task Pane that will allow me to drag-and- drop an email item in it. At the moment, I'm getting no-where - every time I drag over the email item I get the black circle with a line through it cursor and the drag-drop event doesn't fire. I've set the ...
|
| importing EML in MailItem | 06 Oct 2009 22:13 GMT | 1 |
Is there a way to import an EML-file in a MailItem? regards, Koen
|
| Adding watermark to Combobox in Outlook. | 06 Oct 2009 19:35 GMT | 1 |
I m creating an addin for MS Outlook. I have added a Combobox "Office::msoControlComboBox" in the Outlook toolbar. May some tell me what is the property to use for setting Watermark for this combo, like how
|
| Right click menu | 06 Oct 2009 12:39 GMT | 4 |
It is possible to override or add cusom actions to rightclick menu (right click on message) ? Thank you Zdravko
|
| How to get name of currently opened Outlook(2003) profile | 05 Oct 2009 22:07 GMT | 2 |
Can any one suggest me programatically how to get currently opened outlook profile. I am using Outlook 2003. Please suggest any solution other than redemption. Thanks in advance.
|
| Build custom ribbon in Outlook 2007 | 05 Oct 2009 19:41 GMT | 3 |
Is there a way to build a custom ribbon in Outlook 2007 without purchasing Visual Basic or C# apps? I searched the Internet and could only find a reference that using Visual Basic or C# in the Visual Studio 2005 suite is needed for the add-in. Further, Visual Basic Express does ...
|