Click to See Complete Forum and Search --> : [RESOLVED] Accessing custom fields in custom outlook form
prasanna_jayakumar@y
Jan 5th, 2006, 09:26 AM
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"
RobDog888
Jan 5th, 2006, 10:52 PM
Do you need to access the items custom property field or the control on the form itself?
prasanna_jayakumar@y
Jan 6th, 2006, 08:04 AM
i will explain what i need ...
i have a custom contact form "form1" in outlook and I hv a textbox "Text1" in the form.
I want to fetch the value of that field from a VB application
RobDog888
Jan 6th, 2006, 02:24 PM
Ok, what you do is read the .UserProperty of the item and not the form.
prasanna_jayakumar@y
Jan 6th, 2006, 04:18 PM
I got it ... Thanks ... I want to resolve completed threads ... Pls tell me how to do that
RobDog888
Jan 6th, 2006, 11:05 PM
While viewing this thread, Go to "Thread Tools" > click on "Mark thread Resolved".
:)
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.