in outlook vba code behin form we use the following syntax to access custom filed in a custom form

Item.GetInspector.ModifiedFormPages.("PageName").Controls. "ControlName").Property


Can u tell me how to access custom fields through Visual Basic

give me sample code to get the value of a custom text field "Text1"