i am trying to send out email automatically on a monthly-basis.

from my previous code, I set up an appointment with unique category name on Outlook as well as its specific time and recipients. Then once the email reminder comes out, it will trigger outlook and send out the email to relevant parties.

it works perfect until i found out that Application_Reminder is a built-in function and there can only be one in the ThisOutlookSession module