| Thread | Last Post | Replies |
|
| Not getting Backspace event. | 28 May 2009 22:23 GMT | 1 |
I have developed an Outlook addin which adds UserControl Component having a webBrowser control in it, onto a rctrl_renwnd32 window. WebBrowser is pointing to URL which has text-box in it developed in flex. All keys are functioning fine, except Backspace.
|
| Application.ActiveInspector() is Null on Ribbon Load | 28 May 2009 14:19 GMT | 1 |
Is it possible to access the ActiveInspector at the time of ribbon load. Application.ActiveInspector() return proper value when i use custom form but not working for default contact form. Actually i want to customize ribbon button depending on a property value in ActiveInspector() ...
|
| Chaning MessageClass with Preview Pane | 27 May 2009 18:36 GMT | 4 |
I'm trying to change MessageClass when an item is opened so as to open a custom form. My code works fine when the Preview Pane is closed; it doesn't work when the pane is open. I've tried changing the form, clearing forms cache, etc.; I'm sure it's not a form problem. I've ...
|
| How to know which button clicked | 27 May 2009 15:07 GMT | 3 |
I selected one mailItem in the Inbox. I selected New button. How can I know programatically that I selected New button only. Can anyone suggest me? Thanks in advance
|
| how to catch folder in folder remove | 27 May 2009 14:25 GMT | 2 |
when delete a folder which is under Inbox permanently(inbox/subfolder) then folder_remove event is called. But it does not allow to access removed folder. Is there any way to access removed folder.
|
| How to add button to received e-mail message? | 26 May 2009 16:20 GMT | 2 |
If you received a message signed or encrypted by the sender, you will see a button with a signature or encryption icon at right of the e-mail view dialog. While click on it, it will pop up a dialog, "digital signatrue: Valid", and show the message's subject and sender, and have a ...
|
| Outlook add-in multithreading (plus) | 26 May 2009 16:17 GMT | 1 |
I'm rather new at this outlook add-in development stuff, and though I've been trying to read as much background as possible before attacking the real thing, I seem to be missing quite a few essential elements, so please point me in the right direction if I'm completely off. I'm ...
|
| html content of mail | 22 May 2009 14:17 GMT | 1 |
If i mail contains embeded image and we open that mail in outlook addin then embeded image does not display in body of mail It's in Attachments pane. To display embeded image in mail body(not in attachments pane) which property we need to set?
|
| Using Ribbon in Inspector window | 21 May 2009 19:59 GMT | 2 |
Firstly let me thank you for your feedback in this group thus far. I really appreciate it. I managed to write a COM Add-in in C++ that has a toolbar with buttons in every Explorer/Inspector window.
|
| Hooking up the ItemSend Event... | 20 May 2009 05:22 GMT | 1 |
I create an Application object to Outlook with this code: public Outlook.Application outlookApp = null; Outlook.ApplicationClass _app = new Outlook.ApplicationClass(); outlookApp = (Outlook.Application)_app;
|
| About state of encrypt and sign button for outlook? | 19 May 2009 14:13 GMT | 7 |
It is very strange that i couldn't get the buttons' state currently for first time open an e-mail(draft) or create a new one. I firstly find the button then get_State. return value is S_OK. but state is error. When i open the second e-mail, all are ok?Why?Thank you.
|
| XP Themes in Delphi 2009 Add-in | 19 May 2009 04:16 GMT | 1 |
I am trying to move to Delphi 2009 my exisitng Add-in written in Delphi 2006 - to support unicode. There was a hack in Controls.pas to make Message boxes support XP Themes, but I cannot make it work for Delphi 2009 though I do the same changes for
|
| STA mode Error | 14 May 2009 19:47 GMT | 1 |
I wasn't getting this error until I threw my code, which initiated/called my Form to load, into a try/catch statement. "Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute
|
| Creating toolbar in new Explorer | 14 May 2009 19:38 GMT | 3 |
I read through all the available information regarding creating of a toolbar in new windows. I found out that when creating a new inspector one should: handle newinspector event and advise for the activate event
|
| Encrypt and sign button while word is editor for outlook? | 14 May 2009 04:27 GMT | 6 |
Thanks to Ken Slovak, my toolbar problem were resolved, Thanks him very much again. But now i meet another problem: While use word as editor, i couldn't find encrypt and sign button at all. My
|