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
Get ListViewItem Checked state by Index in VB .NET
SQL Query - Syntax ( SQL 2005 / 2008 )
Can't load web pages in IE java script errors
Help me hack
Second Exchagne 2003 Virtual SMTP
How to delete a user certicate with a batch file?
C# - operation on date
Event 1008 perflib errors filling Application Log
Error : Cannot open Service Control Manager on remote computer. This operation might require other privileges.
the client-side configuration does not match the proxy