| Thread | Last Post | Replies |
|
| How to use CDO with local folders? | 10 Jun 2004 14:38 GMT | 2 |
I use VBA to loop through and inspect messages in PST folders on a local machine and populate an Access 2003 table with messages matching various search criteria. The problem is with encrypted messages - when the loop tries to inspect an encrypted message, I get Error13: Type ...
|
| outlook "find [subject]" with calendar items returns nothing | 10 Jun 2004 08:38 GMT | 2 |
hey all -- Im playing with some code samples found at slipstick.com and/or outlookcode.com -- I forget -- but the find method with [subject] is not working at all for me. If I walk through all my Calendar items
|
| Smart Tag not loaded in Outlook? | 10 Jun 2004 02:32 GMT | 1 |
can anyone confirm that a smart tag will not load in Outlook, if Word is not the email editor Is there any scenario, in that "Outlook.Application.11" will be passed in the ApplicationName argument of the InvokeVerb2 method of a smart tag action implementation Thank Michael
|
| Link between outlook contacts and journal entries | 09 Jun 2004 21:50 GMT | 1 |
Does anyone know the underlying database field that links Journal entries to a specific contact. If you have ever tested you can have two contacts with the same name and put journal entries in for each contact and only see the
|
| Data Persistence Across Scripts? | 09 Jun 2004 21:48 GMT | 4 |
I've created a script that is called from the Rules Wizard as "Run My Script" on all incoming messages. It's my own home-grown rule-processor, called MyRules. It had originally initialized its rules during run-time,
|
| Outlook doesn't close | 09 Jun 2004 16:30 GMT | 1 |
Could you tell me what do I have to do to make Outlook close properly? The problem is I have written an add-in for Outlook, and all works fine, but when I close Outlook, I can still see it in TaskManager. The strange thing is that only Outlook2000 does this, not
|
| Detecting PhoneX/PhoneXButton has changed | 09 Jun 2004 16:19 GMT | 1 |
How can you detect when the user changes 1 of the 4 phone selectors on a Contact form? I know that the following does NOT work. Sub Phone1_PropertyChange(ByVal Name)
|
| Macro to delete Appointments and Import an update | 09 Jun 2004 16:12 GMT | 4 |
I have a routine of about 15 mouse clicks that I perform almost daily and would like to automate Business Need Share one individual's appointment book with others Is the following possible? (I'm running Outlook 2002 but would be willing to upgrade
|
| Custom Rule Question | 09 Jun 2004 01:18 GMT | 5 |
a.. I am writing a custom rule for Outlook 2000 and found the following article in the Knowledge Base a.. Microsoft Knowledge Base Article - 235852 a.. OL2000: How to Create a Custom Rule Using Visual Basic for
|
| Restrict a collection | 09 Jun 2004 01:17 GMT | 5 |
I am trying to create a collection of messages from a folder which contain a specific string in the subject is there a way to create a filter to use with items.restrict or must I loop thru the collection and examine each message.
|
| Delete *this* message when user activates an html link. | 08 Jun 2004 19:54 GMT | 5 |
I have a script that generates email with HTML encoding and sends it to various people at my company. It asks them a question, and gives two HTML links for possible answers. Since they should only answer once, I'd like to include VB script (it's given they're using Outlook
|
| Problem with Outlook Redemption | 08 Jun 2004 19:00 GMT | 2 |
I have the following code in my app: Set OA = CreateObject("Outlook.Application") Set NS = OA.GetNamespace("MAPI") Set k = OA.CreateItem(0)
|
| Redemption works on Outlook 2003 (and 2000 I think), but not on Outlook XP (2002) | 08 Jun 2004 18:57 GMT | 4 |
I'm writing an Outlook add-in that uses the Redemption library. Everything works just fine under Outlook 2003, but in Outlook XP it doesn't avoid the annoying message "An application is...". Any ideas? Is this a known problem under Outlook XP?
|
| Restrict - Sendername, ReceivedTime and Class? | 08 Jun 2004 14:41 GMT | 1 |
I have the following code to count the number of inbox MailItems : A. excluding the ones from myself (Sendername <> "Los, Martin Dirk"·);
|
| Finding A Contact in GAL | 08 Jun 2004 14:35 GMT | 1 |
Hello world, i tried to extract a email adress out of outlook global address list using excel vba. I can create a outlook application object, can access the GAL and all AddressEntries in the list, now i want to create a
|