Microsoft
Software
Hardware
Network
Question : Auto delete certain sent items - Outlook 2007
Hi guys,
How do you go about auto deleting sent items to a certain email address? I need to automatically delete anything sent to
[email protected]
.
I have looked at the Rules but I can't see an option to delete once you follow the 'action after message is sent' you can only move it as a copy to a folder.
Thanks
Steve
Answer : Auto delete certain sent items - Outlook 2007
Change this block of code
If LCase(olkRecipient.Address
) = "
[email protected]
" Then
Item.Delete
Exit For
End If
to
Select Case LCase(olkRecipient.Address
)
Case "
[email protected]
","ad
dress2@som
ewhere.com
"
Item.Delete
Exit For
End Select
Random Solutions
Unable to Install Microsoft Hotfix KB970895
SetItem in CListCtrl failing to set text
Passing Paremeters to AddHandler Method in VB.NET
Crystal Report Wizard Add-In in Microsoft Access 2007 Requesting a Password
Server 2008 to 2003 forest as a new Domain Controller
"Service Unavailable" for all ASP pages, but all html pages OK (intermittent)
URGENT - 2003 Server - this system does not permit you to logon interactivally
Excel interop
Need clarification on SMS to SCCM side by side upgrade
Problems when running VB.NET app as a scheduled task