UserProperties Date/Time format
"Hollis Paul [MVP - Outlook]" wrote...
As far as I know there are no simple solutions to this. I don't think
getting the values from the controls will produce anything different.
Actually the Text property of the control gives me what I want:
Set objPage = Item.GetInspector.ModifiedFormPages("Travelers")
Set txtControl = objPage.Controls("txtTraveler1DepartTime")
strTime = txtControl.Text
Thanks, Hollis.
|