Accessing a control on a frame in Outlook with VBScript

Status
Not open for further replies.
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
 
Set myControl = fraSearch.Controls("myControl")

See http://www.outlookcode.com/article.aspx?ID=32 for more information.

Sue Mosher

"helprdc" <helprdc> wrote in message

news:8F5CD15F-D5A4-42C5-9DF0-F308C9F89EC0@microsoft.com...
> 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
>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
S Problem Accessing .MSG Property 'ImageNaturalHeight' Tag '0x80010003' Outlook VBA and Custom Forms 1
M Accessing ALL Outlook contact fields Outlook VBA and Custom Forms 3
RBLampert Accessing Outlook accounts from multiple computers Using Outlook 8
E Accessing shared outlook folder doesn't work since switch to new outlook/excel Outlook VBA and Custom Forms 11
J Accessing calendar items for Resource Mailboxes Outlook VBA and Custom Forms 2
S Outlook [Online - Office365] perfomance is getting affected when accessing the mails using Redemptio Using Outlook 1
J Accessing Hotmail accounts with Outlook 2016 Using Outlook 3
n2b Accessing Plain Text Draft Without Outlook Using Outlook 3
G Issues with accessing Outlook Contact Picture with VBA Outlook VBA and Custom Forms 4
M Accessing ExpiryTime property Outlook VBA and Custom Forms 1
M Accessing BCM with Excel / Running Reports BCM (Business Contact Manager) 1
C Problem accessing events for folder "username" Server Threw Exception Using Outlook 1
P accessing custom task pane with Outlook ActiveInspector Using Outlook 1
mikecox Accessing Outlook on my Win7 desktop from Win8 laptop Using Outlook 1
A "Unable to display the folder" error when accessing Group mailbox Using Outlook 0
Commodore Accessing mail from multiple devices Using Outlook 1
S Programmatically accessing Outlook Calendar data Using Outlook 1
E Accessing User Defined Fields in BCM Database part 2 BCM (Business Contact Manager) 0
E [SOLVED] Accessing User Defined Fields in BCM Database part 1 BCM (Business Contact Manager) 9
R Accessing folder 'Other Contacts' Outlook VBA and Custom Forms 1
E Accessing a Form Region from an Inspector Outlook VBA and Custom Forms 3
E Accessing a Form Region from an Inspector Outlook VBA and Custom Forms 3
D Accessing Global Address List details with VBA Outlook VBA and Custom Forms 1
K Programmatically accessing Outlook properties Outlook VBA and Custom Forms 3
K assistant accessing from her home computer BCM (Business Contact Manager) 2
A Accessing .pst folder in outlook using VBA Code Outlook VBA and Custom Forms 4
J Outlook closes when accessing History in BCM BCM (Business Contact Manager) 4
B Accessing Outlook 2003 Signature Programmatically using C# Outlook VBA and Custom Forms 6
L Outlook Forms-Accessing Outlook VBA and Custom Forms 1
C Accessing _RecipientControl1 (Assigned To) Outlook VBA and Custom Forms 2
K Accessing contact's custom properties in a Outlook 2007 form region Outlook VBA and Custom Forms 1
V Outlook custom form - installing and accessing Outlook VBA and Custom Forms 1
A Daily hours of recurring/ multi-day appts, & accessing mult calend Outlook VBA and Custom Forms 2
R New users creating get page cannot be displayed when accessing OWA Exchange Server Administration 16
R Script for simplifying spam control Outlook VBA and Custom Forms 8
glnz O365 - How to control whether my From name shows as "Dicky". Using Outlook 2
J Outlook Office 365 Win 10 how do I control background colors of events? Using Outlook 1
D font control by keyboard Using Outlook 2
U HTML Task Alternate Home Page View Control Using Outlook 3
e_a_g_l_e_p_i Just had to reinstall window 10 then Office and forgot how to control fonts sizes Using Outlook 3
J Control Panel Mail (settings) icon missing Using Outlook 2
B outlook view control Outlook VBA and Custom Forms 0
Diane Poremsky Error Opening Outlook and Control Panel's Mail Applet Using Outlook 0
Diane Poremsky Outlook 2013: Control Panel Mail Won't Open Using Outlook 0
Ascar_CT MS Outlook 2010 with Hotmail connector went spam control nuts Using Outlook.com accounts in Outlook 1
N Control ID for Outlook 2013 “Recover Deleted Items From Server” Using Outlook 0
Richer Fortin Control parameters in Social connectors Using Outlook 1
A Out of control Using Outlook 1
P Outlook 2010 custom form olk control font size increases everytime form is published Outlook VBA and Custom Forms 1
V iCloud Control Panel v3.x Released Using Outlook 2

Similar threads

Back
Top