| Thread | Last Post | Replies |
|
| in-valid office add-in msg | 22 Mar 2005 18:13 GMT | 1 |
I don't use Add-ins, I don't know what they are, but when I start Outlook I get the error message sbmcsync.dll is not a valid office add-in. Does anyone know how I can get rid of it? Thank you.
|
| can't get rid of attach as Adobe pdf toolbar | 19 Mar 2005 21:23 GMT | 1 |
After installing Adobe Acrobat Pro 6.0, every time I compose, reply or forward an email, there's an "Attach as Adobe pdf" toolbar. I have tried right clicking the blank toolbar area and deselecting it. It works, but every time I close and open OL 2003 again, there it is.
|
| Formated Text lost in Body | 18 Mar 2005 18:11 GMT | 5 |
i have the code: Sub Vorlage_aufrufen() ' Dim Vorlage ' Dim TextausVorlage
|
| Formated text lost in Body | 17 Mar 2005 21:34 GMT | 1 |
I have the code: Sub Vorlage_aufrufen() ' Dim Vorlage ' Dim TextausVorlage
|
| How to use redemption in VC | 17 Mar 2005 18:50 GMT | 1 |
I developing COM Add-in in VC for MS Outlook. I need to retrieve current user of outlook using redemption. I can very well use it in VB. How can I use redemption in VC? any code sample would be great help Thank You
|
| Send to Mail Recipient... | 17 Mar 2005 14:18 GMT | 2 |
Is there any way to trap the newinspector event (or something else) when "Send to Mail Recipient" is used to send documents as attachments in Outlook 2000 and higher? I am using a Com Addin with Inspector and Explorer wrapper class as
|
| Printing attachments | 17 Mar 2005 11:43 GMT | 1 |
Is there a way to automate the printing of an attachment to an email message, without first opening up the message and then printing the attachment (either through an add in or VBA)? (e.g. our company sends out 1,500 advertising orders each month, and there
|
| know if there is an active inspector | 16 Mar 2005 17:00 GMT | 3 |
It's possible know if there is an active (displayed and focused) contact item in outlook with outlook object model? I can handle new inspector event but I want to know if there is one opened in certain moments. Thank's in advance
|
| event dispid in SINK ENTRY INFO | 16 Mar 2005 13:28 GMT | 1 |
Where can I find all dispid events of Outlook and Office Namespace? SINK_ENTRY_INFO(1, __uuidof(Office::_CommandBarComboBoxEvents),/*dispid*/ 0x????, OnChangeCombo, &OnChangeComboInfo) What is the hexadecimal dispid that allow to caught the change event in a
|
| Customizing contacts | 15 Mar 2005 15:44 GMT | 5 |
I would like to write addin that for given contact would invoke function from external dll. I know that I cannot add new menu item to popup context menu that is shown when contact is right clicked. I would like to simulate this functionality somehow. Is it somehow possible to ...
|
| Help with Unhandled Exception in Outlook Add-in | 15 Mar 2005 09:07 GMT | 4 |
Please help me determine the cause of an unhandled exception in my C++-based Outlook add-in. I am using C++ smart pointers, as generated in "msoutli.tli". I get:
|
| Extended Mapi! | 15 Mar 2005 00:05 GMT | 6 |
I know that extended mapi is only accessible from Delphi and C++ but I wonder why? Why can't I declare extended mapi when I can use other API.s from VB? Is it because of complex datastructures that cannot be handled in VB?
|
| sender's e-mail address | 14 Mar 2005 18:59 GMT | 11 |
I am catching the Send event of a MailItem. At this point there isn't any sender specified yet. Is there a way to get the sender's name and e-mail address that will be added to the e-mail when it gets sent? Mark
|
| c# addin with unmanaged shim does not load as a regular user | 14 Mar 2005 11:51 GMT | 2 |
I have C# addin for Outlook. I have implemented unmanaged shim with the shim wizard, provided by Microsoft. I have made the addin to be enabled for all users on the machine, so the addin registry keys are added under HKLM.
|
| Outlook 2000 Toolbar Dissapears and Wont Come Back | 14 Mar 2005 09:29 GMT | 1 |
Guys We have an Outlook COM addin which loads a toolbar when Outlook starts. Occasionally when Outlook crashes, it leaves a process running in the background but kills the window. When we "restart" Outlook the toolbar isnt
|