I have an Outlook form that I'm trying to read the fields from in a VB 6 program. I am able to open the form and access all the userproperties, but I receive an error on the Message field. The Message field is the default Outlook message field. I can access the field in VB using the Outlook property Body of the MailItem object. Is the Message field really a UserProperty and not a Form control. Is there any way to prevent getting this error when I loop through all controls on the form?
Thanks. _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED]

