View Single Post
  #2  
Old April 24th 06, 02:35 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default How to access custom field in Custom Form by C#

See http://www.outlookcode.com/d/propsyntax.htm for syntax to access
controls on forms. If you want a user property use the UserProperties
collection of the item and get the UserProperty you want.

www.outlookcode.com in general has lots of information about Outlook coding
and COM addins.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Minh Nguyen" wrote in message
...
I'm newbie with programming MS Outlook Plug-in.

Any one can show me how can I access to the custom field, control on a
custom form in Outlook 2003 using C# code? Or any resource that can help
me
do with this.

Thanks in advanced.


Ads