Accessing a control on a frame in Outlook with VBScript

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
 
Top