T
typingcat
Outlook's built-in filter doesn't provide the detailed things I need so
I want to filter it with my own VBA script. But I don't know where to
start. Please give a simple code for this operation. Then I'll be able
to start writing more advanced code using that code as an initiative.
FOREACH mail IN newly arrived mails
{
IF ( mail's address ends with "@yahoo.co.cn")
{
DELETE mail
}
}
Thank you for your advice!
I want to filter it with my own VBA script. But I don't know where to
start. Please give a simple code for this operation. Then I'll be able
to start writing more advanced code using that code as an initiative.
FOREACH mail IN newly arrived mails
{
IF ( mail's address ends with "@yahoo.co.cn")
{
DELETE mail
}
}
Thank you for your advice!