PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Rules and Custom Actions

Reply

Rules and Custom Actions

 
Thread Tools Rate Thread
Old 22-09-2003, 07:44 AM   #1
David Hirschfeld
Guest
 
Posts: n/a
Default Rules and Custom Actions


I would like to set up a rule in the Rules Wizard that
automatically creates and saves to a text file on my hard
drive the subject and body text of specific emails as
they are received. What is the best way to accomplish
this? It looked to me that Custom Actions in the rules
wizard might be the way to go, but I can't find any
documentation on what a Custom Action is or how to create
on.
  Reply With Quote
Old 22-09-2003, 08:22 PM   #2
Sue Mosher [MVP]
Guest
 
Posts: n/a
Default Re: Rules and Custom Actions

Custom Actions are for advanced programmers; they require C++ or Dephi and knowledge of Extended MAPI. You don't need a custom action for this, though, just normal VBA programming. You can drive it from the ItemAdd event, monitoring the Inbox -- see http://www.slipstick.com/dev/code/quarexe.htm for a simple example.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"David Hirschfeld" <dhirschfeld@cox.net> wrote in message news:075f01c380d4$f7f422e0$a101280a@phx.gbl...
> I would like to set up a rule in the Rules Wizard that
> automatically creates and saves to a text file on my hard
> drive the subject and body text of specific emails as
> they are received. What is the best way to accomplish
> this? It looked to me that Custom Actions in the rules
> wizard might be the way to go, but I can't find any
> documentation on what a Custom Action is or how to create
> on.

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off