Is it possible to run agent on local

Hi All,

Is it possible to run agent on local.

Here is my problem.

1.If any mail come to my mailbox .

i)If i not check that mail within 4 hour then it should be forwarded to next responsiable person.

Here is my code…

time1 is field where i am captureing time.

time2 is adjeceted time.

status is “0” when it is unread.

t1:=time1;

@If(status=“0”;@Do(time2:=@Adjust(time1;0;0;0;0;0;10));“”);

t2:=time2;

@If(t2<=t1;@Do(@MailSend(“Rajeev M Thakur/BNG/ULI”;“”;“”;“Remainder”;“”;“Remainder about your Project”;[IncludeDoclink]);@SetField(“status”;“1”));“”);

SELECT @All

Thanxs a lot

Subject: Is it possible to run agent on local

Under user preferences select “Enable local scheduled agents”. Local scheduled agents will be enabled when the notes client is restarted.