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
Userform modeless - modal
How to I get a contact us page with forms to send information
SCCM collection not updating after Office upgrade
Exchange 2003 Problem
How do I disable script & execute permission in IIS7 for a specific site subdirectory?
IIS7 and DNS on Server 2008
Microsoft Access form navigation VBA question - making fields active or inactive
Is there a way of identifying when a field is used and in which queries
Access 2007 - Data Entry Property is not working within a subform.
VBA Help Doesn't Work