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
validating parameters in batch file
BSOD on Windows 2000 server Bug Check UNEXPECTED_KERNEL_MODE_TRA<wbr />P (7f)
based on one column value populate another column
Formulas aren't calculating automatically
Creative SB0460 - Windows 7
How to recover moved files and deleted files from Windows machine
Outlook 2007 SBS 2008 (exchange 2007) Password Screen Popping Up
Exactly what does Compact and Repair do?
Delete all asp.net users with applicationId = xx
Excel 2007 VBE