O
obespalov
How do I reference a text or date picker field for objAppointment.Start
part of the script?
Const olAppointmentItem = 1
Set objOutlook = CreateObject("Outlook.Application")
Set objAppointment = objOutlook.CreateItem(olAppointmentItem)
objAppointment.Start = #11/3/2005 11:00 AM#
objAppointment.Duration = 60
objAppointment.Subject = "Complete Applicant Review"
objAppointment.Body = "Make sure all feedback is complete and create
feedback summary."
objAppointment.Location = ""
objAppointment.ReminderMinutesBeforeStart = 15
objAppointment.ReminderSet = True
objAppointment.Save
part of the script?
Const olAppointmentItem = 1
Set objOutlook = CreateObject("Outlook.Application")
Set objAppointment = objOutlook.CreateItem(olAppointmentItem)
objAppointment.Start = #11/3/2005 11:00 AM#
objAppointment.Duration = 60
objAppointment.Subject = "Complete Applicant Review"
objAppointment.Body = "Make sure all feedback is complete and create
feedback summary."
objAppointment.Location = ""
objAppointment.ReminderMinutesBeforeStart = 15
objAppointment.ReminderSet = True
objAppointment.Save