Hi,
I'm currently using VBScript to create an Outlook form. My question is whether there is a way to map a multipage control?
For example, this would be the code to map a textbox named LoggedInUse
Set oDefaultPage = Item.GetInspector.ModifiedFormPages("IFC"
Set oLoggedInUse = oDefaultPage.Controls("LoggedInUse"
I'm currently using VBScript to create an Outlook form. My question is whether there is a way to map a multipage control?
For example, this would be the code to map a textbox named LoggedInUse
Set oDefaultPage = Item.GetInspector.ModifiedFormPages("IFC"
Set oLoggedInUse = oDefaultPage.Controls("LoggedInUse"