Hi - I dont know how complex this particular question is, but here goes.
I have 2 solutions -
(PROJECT1) which monitors a mailbox and does processing on files as soon as they come in
(PROJECT2) which contains other classes and is used by users on a daily basis.
Basically, as soon as a certain email comes in, I want to call function PROJECT2.MYCLASS.MYFUNCTION() from PROJECT1.
Is this possible?
Thanks, John.
I have 2 solutions -
(PROJECT1) which monitors a mailbox and does processing on files as soon as they come in
(PROJECT2) which contains other classes and is used by users on a daily basis.
Basically, as soon as a certain email comes in, I want to call function PROJECT2.MYCLASS.MYFUNCTION() from PROJECT1.
Is this possible?
Thanks, John.