T
typingcat
A few days ago, I post the following message to this newsgroup.
Title: Simple VBA code for this please.
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.
EVENT Retrieving mails
{
FOREACH mail IN retrieved mails
{
IF ( mail's address ends with "@yahoo.co.cn")
{
DELETE mail
}
}
}
But I've got no reply. Perhaps, because this is impossible? If it is
please let me know. I don't want to try something never can be done.
Thank you.
Title: Simple VBA code for this please.
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.
EVENT Retrieving mails
{
FOREACH mail IN retrieved mails
{
IF ( mail's address ends with "@yahoo.co.cn")
{
DELETE mail
}
}
}
But I've got no reply. Perhaps, because this is impossible? If it is
please let me know. I don't want to try something never can be done.
Thank you.