specific rule in OL 2000

R

Remo

Hello
I want all messages move to a spam folder, that do "not" have some
E-mail-Addr in the CC "AND" TO
Only found rule: My name not in the TO
But I would set the E-mailAddr also (Not My Name)

How can I start a macro after e-mail receiving (with received E-Mail as
parameter)?

What means in the rules: perform a custom action ?
Where can I define custom Actions?

regards remo
 
S

Sue Mosher [MVP-Outlook]

I want all messages move to a spam folder, that do "not" have some
E-mail-Addr in the CC "AND" TO

As you found, there's no such rule action.
How can I start a macro after e-mail receiving (with received E-Mail as
parameter)?

Supported only in Outlook 2002 and 2003.
What means in the rules: perform a custom action ?
Where can I define custom Actions?

Custom actions are additional rule actions created as .dlls using Extended
MAPI.

Bottom line is, what you want to do is not possible in Outlook 2000 unless
you write an event handler in Outlook VBA. See
http://www.outlookcode.com/d/code/quarexe.htm for an example.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
R

Remo

Thanks for the link,
but I want to write my own custom action with Visual studio.
Do you have for this some sample code or links?

best regards remo
 
S

Sue Mosher [MVP-Outlook]

That page has links to samples. You'll need C++.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Top