| Thread | Last Post | Replies |
|
| remove addin from outlook | 30 Nov 2005 17:04 GMT | 1 |
I am trying to remove an add-in from outlook, but it does not show up under COM Add-ins in Outlook and does not have an uninstall in Add/Remove programs. If I deleted the entries in Outlook/Add-ins in the registry will that be safe to remove the add-in from Outlook?
|
| Using mailObj.save while attachment is opened | 30 Nov 2005 14:24 GMT | 1 |
I currently have a COM addin written in VB6 for Outlook 2002. I am using the mailObj.save function which works fine, but if the mail contains an attachment that the user has open at the same time, Outlook displays a message: "An attachment to this message may be currently
|
| Addin Outlook + Command bar | 29 Nov 2005 22:28 GMT | 1 |
I would like to create a custom button (or custom command bar) in contact's form. I already created custom button on "standard" command ... plzzzzzzz help :)
|
| How to avoid security prompts in Visual Basic programs for Outlook without using the Redemption COM library | 28 Nov 2005 06:08 GMT | 1 |
|
| How to show non-intrusive message to user. | 23 Nov 2005 21:31 GMT | 1 |
I wrote one add-in. I want to show one message to the user when he clicks the add-in button. But the message should be non-intrusive ( like popup on new mail in Outlook 2003 )
|
| Accessing MailItem object in Outbox prevents it being sent | 23 Nov 2005 20:01 GMT | 2 |
I have a C++ COM add-in that changes a toolbar custom button state depending on the item selected. All works fine except for items in the Outbox waiting to be sent. The sequence is: 1. Configure Outlook to not automatically send new emails (so they
|
| Create a VB dll and reference it in an Outlook Form | 23 Nov 2005 17:36 GMT | 2 |
I want to create a dll in VB that I want to reference in Outlook form so that I can send data to the dll from the form. Can anyone suggest how this can be done? Thanx in advance.
|
| replying and quoting original email or questions | 23 Nov 2005 15:09 GMT | 1 |
I am wondering if anyone knows an easy way to use good email etiquette for replying where it is preffered to quote the person. So for example, if I wanted to reply to this post then my reply email would look like
|
| LoadBehavior changing | 23 Nov 2005 15:07 GMT | 3 |
I have sucessfully been able to install my plugin across a wide variety of machines by using Nullsoft and using regsvr32. However on this on particualr machine my add-in will not load. It always changes the LoadBehavior back from 3 to 2.
|
| Folder backup | 23 Nov 2005 12:41 GMT | 1 |
I what do back-rp my folders so I can reinstall outlook. whats in the but also the reinstall the same folders. How do I do this
|
| Get Active MAPI Profile | 21 Nov 2005 18:32 GMT | 1 |
what is the best way to find out what MAPI Profile is currently used? Thanks again Graham --
|
| Exchange and UserProperty | 21 Nov 2005 18:18 GMT | 5 |
I create and save a UserProperty attached to a Contact in Outlook and this works just fine when using POP, but if using exchange it seems that sometimes I cannotn create or save this userproperty. Is there some sort of security restriction in Exchange that would prevent me from ...
|
| Getting From Address in Sent Items with Exchange | 19 Nov 2005 06:37 GMT | 8 |
I am trying to get the From Address from an email in the Sent Items folder (i.e. I sent the email) while using Exchange. Does anyone have any ideas? I can get the from address if the email is in the inbox, but not if it
|
| Outlook Folder Object Types | 18 Nov 2005 14:44 GMT | 6 |
Looking at the example below, how would I put some code in here to know that a folder is specifically a folder containing outlook contacts ? Dim ofldrs As Outlook.Folders Dim ffldrs As Outlook.MAPIFolder
|
| catching item open events | 17 Nov 2005 20:02 GMT | 5 |
I am writing an Outllook add-in using Visual Basic and CDO. Is there any way to catch the open events of all items without listening for each type of item open seperately? I am currently catching the mailItem_open event, but this does not work for items such as tasks,
|