Accessing a control on a frame in Outlook with VBScript

  • Thread starter Thread starter helprdc
  • Start date Start date
H

helprdc

I am trying to access a control on a frame on a custom form in Outlook with
VB Script. I set the frame what is the next step
Set fraSearch =
Item.GetInspector.ModifiedFormPages("Contact").Controls("fraSearch")

Rich
 
Back
Top