![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I'm trying to use vba to write a macro that will goto the undeliverables
folder and open each item in it and search for a string. I can't seem to connect to the undeliverables folder. Here is a snippet of the code I am using: --------------- Sub SearchUndelsFolder() ' Dim objRsts As Results 'establish two variables Dim n As Integer n = 0 Dim address As String 'create output file system object Set fs = CreateObject("Scripting.FileSystemObject") Set a = fs.CreateTextFile("c:\FailedAddresses.txt", True) 'call the Outlook application MAPI interface Set myOlApp = CreateObject("Outlook.Application") Set myNamespace = myOlApp.GetNamespace("MAPI") 'Address the Undeliverables folder Set myFolder = myNamespace.GetFolder("undeliverables") 'count entries in undeliverables folder Set filecount = myFolder.Items.Count 'for each message body in the MAPI undeliverables subdirectiry 'address the message body of the nth entry in MyFolder ------------------ the code is failing at the MAPI call. Am I missing somethiing? The macro crashed when it gets to the MAPI call. I get this error message: runtime error 1163395067 (baa80005) the progrrm for the attachment may not have been installed lproperly or may have been moved or deleted. reinstall the hprogram in hhich the attachment was created. I don't think I'm calling access to the undeliverables folder properly, but can't figure out the proper call. Can you help? Ed |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2003 Find in Public Folder Contacts | Matthew Anderson | Outlook - Using Contacts | 2 | October 1st 06 12:46 AM |
MS Outlook 2002 can not find default e-mail folder | yakarobed | Outlook - Installation | 1 | September 18th 06 04:26 AM |
Outlook Cannot find default file folder | Mike Rignall | Outlook - Installation | 1 | April 16th 06 07:20 PM |
Outlook cannot find contact folder | Glyn | Outlook - Using Contacts | 1 | April 4th 06 07:07 PM |
How do I find and delete an Outlook personal mail folder? | Terry | Outlook - Installation | 2 | April 2nd 06 07:10 AM |