outlook, appointment item, [Start], using date and time

  • Thread starter Thread starter Don
  • Start date Start date
D

Don

How do I get both the date and the time to be used for
[Start] when programmatically trying to find an
appointment?

Example:

Dim tt

'this works:
tt = "[Start] = ""7/18/2003"""

'this does not work:
tt = "[Start] = ""7/18/2003 4:30:00 PM"""

Set ExistingAppointment = ExistingAppointments.Find(tt)
 
Back
Top