specific rule in OL 2000

  • Thread starter Thread starter Remo
  • Start date Start date
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
 
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
 
Thanks
Custom actions are additional rule actions created as .dlls using Extended
MAPI.
Is there somewhere a description?
Examples?

regards 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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top