Automatically Run a agent on a New Memo from stationary

Hello All,

I have a small issue, I have many Stationaries, I have to add current date and Adjust of 7 days to the subject line and the body of the mail. Is that Possible to add automatically. If it is possible kindly let me know it will be very helpful for me.

Thanks in Advance.

Madhan.

Subject: Automatically Run a agent on a New Memo from stationary

You can do that by using date time class–Adjust date…

Subject: RE: Automatically Run a agent on a New Memo from stationary

How can I add it when I am opening a new memo from stationaries.

Thanks

Madhan

Subject: RE: Automatically Run a agent on a New Memo from stationary

Perhaps you could put some code in the postopen event that does what you want:

If Source.IsNewDoc Then

End If