| Thread | Last Post | Replies |
|
| get messageid from mail | 31 Oct 2004 17:06 GMT | 8 |
I am using Outlook 2000 from delphi6 with COM objects. I have a NameSpace, MapiFolder, and a MailItem, etc. Everything is fine, except that I can not figure out how to access some internal mail message
|
| Spamnet add-in to Outlook | 29 Oct 2004 21:15 GMT | 11 |
I and other enterprise users are running Outlook 2003 with SpamNet 3.0 and we get the "A program is trying to access e-mail addresses..." pop-up. This occurs even though we have trusted spamnet.dll in our Outlook Security Template per the reference in the Cloudmark Knowledge Base ...
|
| Outlook plugin hangs when trying to access AddressEntry object | 29 Oct 2004 15:57 GMT | 3 |
I'm attempting to access the entries in an Outlook user's contact list from within an Outlook plugin in C# (using Visual Studio 2003 and Outlook 2003). The following block of code works correctly, until it gets to the last line (attempting to cast one of the items from the
|
| Add-in stops getting notifications | 29 Oct 2004 14:19 GMT | 2 |
I wrote a C# COM add-in based on the sample from MSDN. In OnConnection() I sign up for the applicationObject.Inspectors.NewInspector event using the following code:
|
| Add-in manager | 29 Oct 2004 12:20 GMT | 1 |
I notice that some of the Add-in will be installed into Add-In Manager which uses *.ECF (Extension Configuration File) What are the criteria to write the COM Add-in to be able to be installrf there? thank you.
|
| Multithreading in Outlook | 28 Oct 2004 21:49 GMT | 2 |
Pretty much generic question :-) How do I do my own multithreading in Outlook? Straight forward path has failed (just as I suspected :-) If I create my own thread (using SDK's _beginthreadex call) there are certain operations that lead to disaster :-) For instance, when I try
|
| Lookout | 28 Oct 2004 16:00 GMT | 1 |
I tried to download Lookout for OL at least 5 times. I've saved it and I've downloaded from the web site. The files end up on my hard drive, but I don't see any Lookout components on OL2003. Suggestions? Thanks
|
| Customizing Inspector's caption | 28 Oct 2004 15:38 GMT | 4 |
How can I customize the caption of Inspector window? Do I have any control over it at all? I know that this property is r/o but may be there are some other places where I can make adjustmens that would result in a desired caption? What I'm doing in my code is calling
|
| maybe OT. Outlook 2003 HTML Editing... | 27 Oct 2004 09:38 GMT | 2 |
I'm looking for an "how-to" but I'm writing here because I'd like to write an outlook add-in if there is any solution to this problem. I use Outlook Express to compose email and I love it because I can control HTML messages directly by "HTML Source" tab.
|
| How to customize folder/mail item's context menu | 26 Oct 2004 12:49 GMT | 1 |
I want to create a COM addin for outlook and add a new custom action to a folder or a mail item's context menu, how can I achieve this?
|
| Use Microsoft word to read rich text e-mail messages. | 25 Oct 2004 19:35 GMT | 1 |
in outlook if we use "Use Microsoft word to read rich text e-mail messages" option(tools--Options--mailformat) and open existing emails in new windows(by double clicking) for some of the windows, if we try to add/modify toolbar/commandbar by right click on the toolbar the ...
|
| Trusting the Adobe Acrobat 6 add-in | 25 Oct 2004 16:07 GMT | 7 |
We have some Office 2002 SP3 users who get the "A program is attempting to access your address book" message when composing/replying/forwarding messages if they have Acrobat 6 loaded. I saw the Slipstick article about having to trust add-ins like SpamNet via the Outlook Security ...
|
| Open Appointment Recurrence Dialog with code | 22 Oct 2004 16:40 GMT | 3 |
I would like to ask a question concerning the "Appointment Recurrence" dialog (the one which opens, when I select the Action -> Recurrence... menu item of an appointment item). Is there a possibility to write some code in an addin, which
|
| Outlook status bar | 21 Oct 2004 05:09 GMT | 1 |
Is the status bar in the main Outlook window accessible to code through the object model? tia, Mark
|
| Capturing outlook events not working with C++ | 20 Oct 2004 23:45 GMT | 3 |
I'm trying to capture outlook events using the object model and C++. I successfully set an IConnectionPoint::Advise sink for outlook's ApplicationEvents. I get Startup, NewMail, etc. events just as expected. However, when I try to set an Advise sink for a MAPIFolder's ...
|