| Thread | Last Post | Replies |
|
| add-in not getting called with EE_CONTEXT_VIEWER context ? | 12 Mar 2005 01:18 GMT | 4 |
I have occasionally had reports from users that my add-in doesn't load. They can make it load by just going to look at the add-ins under "Tools / Options / Other / Advanced Options... / Add-in Manager", and not even making any changes. It seems just bringing up these dialogs
|
| Formatting of mail body and accessing mail signature | 11 Mar 2005 13:05 GMT | 1 |
I am using Outlook 2003. I have an add-in to compose mails on clicking a taskbar button. Everything is fine, but I want to beautify some things in the mail. 1) There are a few data in my mail body that I would like to make bold and
|
| Add-in doesn`t appear in Outlook | 11 Mar 2005 07:54 GMT | 1 |
i already made a post on http://www.outlookcode.com/messages.aspx?forumid=5 can anyone tell me the reason of it? thanks -adnan
|
| Outlook & IBM Rational Clearquest | 10 Mar 2005 21:30 GMT | 1 |
I am using Rational Clearquest software and am using Outlook as the e-mail notifier when we change something in Clearquest. Is there anyway to turn off the notification from Outlook stating: "A program is trying to send an e-mail on your behalf. Do you want to allow
|
| command bars in new explorer | 10 Mar 2005 18:34 GMT | 6 |
If Outlook doesn't close down completely (in my case, another add-in is running that apparently doesn't release all of its resources properly) and I "start" Outlook again, I get a NewExplorer event when the main window pops up again. When I call Explorer::get_CommandBars so I ...
|
| MailItem | 10 Mar 2005 16:18 GMT | 2 |
Is it possible to have a custom event fire when the TO button is pressed on the Outlook mail form(MailItem). That is have a form pop up that I have created in my addin. I have the form pop up currently when a button I created on the toolbar is pressed, but I want it to pop up when ...
|
| Problem: VB.NET Outlook Addin - declare new application object | 08 Mar 2005 18:52 GMT | 1 |
I have a vb.net outlook addin with the following problem. I have to use the NEW keyword when declaring my Outlook.Application object. I don't think I should be using the new keyword, as in all the samples I have look at you just set a reference to the application object parsed ...
|
| Integer property in Outlook | 08 Mar 2005 18:17 GMT | 3 |
How can I make Outlook to treat my custom property as Integer? I have a property that at MAPI level has type PT_LONG. When I'm adding this property to the folder I'm using UserProperties.Add method. Unfortunately, the closest type param that I can pass to this method is olNumber ...
|
| Add-in & Plug-in menu bar problem | 08 Mar 2005 14:24 GMT | 1 |
I have Microsoft Office Outlook 2003 on my Windows XP Pro system (latest patches, updates, etc.) and in Outlook, I have the following plug-ins & add-ins along with the standard Menu bar: 1) Duplicates Remover for Outlook Plug-in; 2) Norton AntiSpam Outlook Plug-in; 3) Adobe PDF ...
|
| Synchronize with Access DB | 08 Mar 2005 01:23 GMT | 2 |
Okay, stupid question. I've got the following code. I sort of ripped it off a code snippet I found in an Outlook programming book. I've modified it to apply to my situation. I'd like to run it by all of you out there to see if I've missed anything. One problem I have is that ...
|
| Attaching files to mails using Outlook Object model. | 07 Mar 2005 17:15 GMT | 1 |
I'm writing an Outlook Addin using ATL/C++. I create an mail object and would like to add attachments to mail before i send it. Below is the code i already have: _MailItemPtr mail(ptrIDispatch);
|
| Outlook 2003 won't unload from memory with my COM add-in... | 07 Mar 2005 15:13 GMT | 6 |
I have written a COM-Addin for Outlook utilizing the Redemption Objects library. Basically everything is fine but when I load the add-in into Outlook 2003 the outlook.exe never unloads from memory, even though by placing debug output messages I could tell that my addin gets properly
|
| Create Outlook Public Folders to match File Structure? | 06 Mar 2005 10:23 GMT | 1 |
I have a customer who wants to create, update and maintain Public folders based on their "file" data structure. For example, if they file client information under C:\Area Name\Company Name\Client Name\Project Number then they want to make sure that the public folders
|
| saving email in different folder | 06 Mar 2005 10:19 GMT | 1 |
Hi, we have text based emails comin into our Exchange Server. These will have a keyword within the Subject line. Is there anyway that we can automatically route them to a folder on our server, and save them as a text file?
|
| Is MAPI multithread-friendly? | 04 Mar 2005 17:13 GMT | 3 |
Unlike Outlook API? I mean it's known that Outlook's API is safely available only within context of a UI thread. In an arbitrary thread OutlAPI fails (sometimes). Is MAPI free from this restriction? What I'm thinking to do (as a solution to my problem with preview pane
|