Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / General MS Outlook Questions / March 2008

Tip: Looking for answers? Try searching our database.

Mail message "stuck"  - can't be deleted or read

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ken - 14 Mar 2008 20:30 GMT
I've received a mail message that I can't open or delete. Eact time I try my
outlook will just stop responding and I'll have to restart it. I've tried the
inbox repair tool and it didn't work. I don't know what's wrong with this
mail message - it has no attachment or basically I just want to delete it.
What's the best approach to handle it? Should I re-install outlook? re-create
my profile from scratch?

Thank you
Signature

Ken

Ken - 14 Mar 2008 20:40 GMT
I eventually solved it by running this vb code as a macro. I found it in this
discussion group :)

Public Sub Test()
    On Error Resume Next
    Dim F as Outlook.MapiFolder
    Set F=Application.Session.GetDefaultFolder(olFolderInbox)
    F.Items.Remove 1
    DoEvents
    Set F=Application.Session.GetDefaultFolder(olFolderDeletedItems)
    F.Items.Remove 1
End Sub

Signature

Ken

> I've received a mail message that I can't open or delete. Eact time I try my
> outlook will just stop responding and I'll have to restart it. I've tried the
[quoted text clipped - 4 lines]
>
> Thank you
bennie - 15 Mar 2008 00:31 GMT
thankyou benni43e
> I've received a mail message that I can't open or delete. Eact time I try
> my
[quoted text clipped - 7 lines]
>
> Thank you

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.