Appointment form - send email after adding

  • Thread starter Thread starter MISOfficer
  • Start date Start date
M

MISOfficer

Hi

I have a resources calendar setup for room bookings. We will be using the
meeting request feature, but also need the ability to add entries to the room
calendar directly (by the room manager for external bookings).

The direct addition of appointments will be handled by an outlook form. Is
there a way to send an email to a nominated user when a direct calendar entry
has been made?

Thanks

Craig
 
You could put code in the form's Item_Write event handler to create a new message using the Application.CreateItem method.
 
Back
Top