Similar Threads:
1.Lost Emails Information During "Compacting" of Folders
The machine automatically starting compacting my email folders. Soon
thereafter, the computer froze. When I rebooted, some of my email files were
completed empty. MY inbox was partially empty (all emails up to Feb. 2004()
were gone. (The corresponding dbx files are also smaller).
Given that I really need a number of these emails, my question and hope is
that this date is still on the machine in some encrypted format? Is there
anyway to retrieve these messages?
Thanks.
2.Move email to directory folder then move email to another folder
Hello everyone,
I'm pretty new to VBA, sorry. But I need your help please. I'm moving
emails from a certain outlook folder "Incoming" to a directory folder
C:\\folder name. Then once the emails have moved, I need to move the emails
from "Incoming" to "Loaded" but only the ones that have moved to the
directory folder.
I have a script (see below) that will move the emails from the Incoming
folder to the directory just fine, but the second step, to then move those
emails to another outlook folder is not working. It doesn't error, its just
nothing. I'm sure I have the syntax incorrect, but just don't know how to
make it work.
Sub Export_CD_Requ(MyMail As MailItem)
'Exports the email into a folder as a txt file to import delimited line into
dB
Dim Message As Outlook.MailItem
Dim myFolder
Dim myDstFolder
Set myNameSpace = Application.GetNamespace("MAPI")
Set myInbox = myNameSpace.GetDefaultFolder(olFolderInbox).Folders("Incoming")
'Set myInbox = myNameSpace.GetDefaultFolder(olFolderInbox)
strname = Format$(Now, "yyyymmdd_hhnnssmm")
For Each Message In myInbox.Items
Message.SaveAs "C:\MailMessages\" & strname & "_" & Message.Subject &
".txt", olTXT
Next Message
Set myInbox = myNameSpace.GetDefaultFolder(olFolderInbox).Folders("Incoming")
Set myFolder = myNameSpace.GetDefaultFolder(olFolderInbox).Folders("Loaded")
myFolder.MoveTo myDstFolder
End Sub
Any idea's anyone?
True Regards
Margarita
3.Lost a complete folder during 2003/Vista update
Vista upgrade 01-09-2009, using Outlook 2003. 1 complete folder totally gone.
Scanned .pst and says all OK. No it's not, it has still gone.
In blind faith tried a system restore, knew it wouldn't but tried anyway.
Looked in obvious (recycle bin) just in case - nope!
any suggestions please.
4.Upgrade Outlook 2000 to Outlook 2003 - Local mail folders from Outlook 2000 lost during upgrade
I recently upgraded a pc running Windows XP Pro from Office 2000 to Office
2003 which included upgrading Outlook. Is there any reason that Outlook
2003 would not recognize or import Outlook 2000 local mail folders? I seem
to remember on previous updates that it did import them as part of the
upgrade.
GLL
5.How to restore folder lost during compacting
Hi,
I have Windows XP and OE6. Stupidly (in retrospect) I lost part of a
folder-content when I interrupted an automatic compacting process, by
switching off my PC.
Reading thru previous messages on this group I noted Bruce Hagen's comments
to look for .bak files in my Recycle-bin.
Indeed the folder.bak is there. Is there a way to restore this folder to the
original .dbx and return it to my OE6 ?
Thks for any advise.
hmdotcom
6. Outlook Express folders & messages lost during upgrade from 98 to XP Pro
7. Messages deselected during "Move to folder"
8. Outlook XP hangs during 'move to folder'