[RESOLVED] Accessing custom fields in custom outlook form
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"
Re: Accessing custom fields in custom outlook form
Do you need to access the items custom property field or the control on the form itself?
Re: Accessing custom fields in custom outlook form
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
Re: Accessing custom fields in custom outlook form
Ok, what you do is read the .UserProperty of the item and not the form.
Re: Accessing custom fields in custom outlook form
I got it ... Thanks ... I want to resolve completed threads ... Pls tell me how to do that
Re: Accessing custom fields in custom outlook form
While viewing this thread, Go to "Thread Tools" > click on "Mark thread Resolved".
:)