Sorry, I thought I'd replied to this before ;-) But, Yes, I do have Microsoft Outlook 10.0 Object Library referenced. It's second on the list after Visual...
You need references to the Outlook OM *and* the Office OM. Many of the objects and properties are "Office-generic", and many Outlook-specific. Just like if you...
I am trying to debug a setion of code in a form that allows users to enter timesheet information. For sum reason, the following code doesn't execute as...
Hi there, I'm having a rather dodgy situation here, and hopefully it's just me missing some important info here... :-) This is the scenario: A user creates an...
Hi, I've been playing around (C++ ComAddin) with adding a custom CommandBar that contains CommandBarComboBox's to a compose form and I've been having some ...
Keith Robinson
keith.robinson@...
Aug 1, 2005 11:03 pm
25611
Where is that set? Looking at ESM gives me options for Storage limits, deletion settings and age limits, but I don't see retention listed out as "how long...
Hi Douglas, Sorry I was offline and did not remember the title. The setting for Age Limits is the correct one for the retention time. I had thought that it...
Microsoft is planning a significant change in Service Pack 2 for Office 2003 that may affect applications that interact with the Outlook calendar. The MSKB...
Dear Guru(s) Is there possible to change envelopt icon on the systray for the new mail session, to others icon ? How to ? And how to use Desktop Alert Setting...
thanks Sue, i didn't know that one... Scott ________________________________ From: outlook-dev@yahoogroups.com [mailto:outlook-dev@yahoogroups.com] On Behalf...
Hi, all, I'm having a problem with Outlook forms that I can't resolve - and, believe me, I've tried. I create/edit forms, using Outlook 2003, which involve...
1) Variable? Any variable will go out of scope when the item closes. State information should be stored in an Outlook property. 2) There are lots of other...
Just to make it more interesting, perhaps the second point ISN'T because it was one-offed. I have two user accounts: mine, with full Exchange permissions, and...
To all: I am writing the email interface for a home grown help desk solution. Part of my task is to embed two tags into each email sent, namely the case...
I've got: Visual Basic For Applications MS Outlook 10.0 Object Library MS Office 9.0 Object Library OLE Automation MS Forms 2.0 Object Library MS Visual Basic...
Nope. Subject is pretty much the only thing that is left intact when a user replies to a message. And a user can edit it of course. If you are lucky, the...
I am trying to write a a Macro in outlook that does the following: On receiving a email in the inbox with specific words in the Subject, Save the file to a...
I believe you can code Access to run a macro from the command line. You might be able to code the macro to import a specific table into the Access DB, then...
Hi All, i'm tring to get the message of a report for delivery o non delivery mail. The message seems to be in the property PR_REPORT_TEXT but when try to get...
I've also done this via Access Automation code. Basically, you save the emails and attachments to a given folder and use Automation to verify them, open them,...
Kathryn Riss
kriss@...
Aug 10, 2005 1:05 pm
25631
Use Outlook Spy or MFCMAPI to look at the message and see what properties are actually holding the data you're interested in. -- Sue Mosher, Outlook MVP Author...
Thanks Kathryn. I would like to look at the "Code" you have. By 'Access Automation code", do you mean some kind of backround service/job running that looks for...