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
ON_THREAD_MESSAGE
Can not find Install.wim on vista cd?
How to seek to particular record in sqlCeResultSet based on a column value
error Query is too complex when updating record
Make static range
how to transfer contact in outlook from one distribtion list to another
Microsoft Jet database engine could not find the object
Terminal Server Spool Directory Huge at 3.5GB
two domain name in one domain controller
What is the software that dell provides to monitor health of laptops and desktops from a central location.?