![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: access, custom, field, form |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
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. |
|
#3
|
|||
|
|||
|
I think in www.outlookcode.com have lot of resource, but mostly for VBA or
VBScript. I need the tutorial/books...etc about access through C# code, how I can write in C# Code Application, using MS VSS 2003... not using VBA or VBScript. Anyway, thanks for you reply. Looking forward to your help or tips "Ken Slovak - [MVP - Outlook]" wrote: 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. |
|
#4
|
|||
|
|||
|
There is a whole section at outlookcode.com that covers C#. The syntax is
the same no matter what language you use. You might even find C# code that covers what you want in the samples there. -- 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 think in www.outlookcode.com have lot of resource, but mostly for VBA or VBScript. I need the tutorial/books...etc about access through C# code, how I can write in C# Code Application, using MS VSS 2003... not using VBA or VBScript. Anyway, thanks for you reply. Looking forward to your help or tips |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Emailing a contact vCard with custom form loses all custom info | Kim | Outlook - Using Contacts | 7 | April 27th 06 12:21 AM |
| EMAIL field on Custom Outlook Form | Michael Anderson | Outlook - Using Forms | 1 | April 20th 06 12:30 PM |
| Populate Company field from Contact field in custom task form | Sue Mosher [MVP-Outlook] | Outlook - Using Forms | 0 | January 20th 06 07:37 PM |
| Can custom form data populate access database | jbtempe | Outlook - Using Forms | 1 | January 20th 06 03:02 PM |
| Cannot programmatically open custom message in custom form | ms | Outlook - Using Forms | 1 | January 20th 06 03:01 PM |