Custom Actions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How does one go about creating a Custom Action to help define a rule? Specifically I would like to be able to move an email to a specific folder after it has been read

Thanks


Greg
 
Use C++ or Delphi to write the code using the Extended MAPI library. In
otherwords, not for the novice. And it wouldn't work anyway, since Outlook
doesn't fire any rules when items are read. COnsider using VBA instead.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Greg said:
How does one go about creating a Custom Action to help define a rule?
Specifically I would like to be able to move an email to a specific folder
after it has been read
 
Back
Top