VSTO Outlook (Beta) Lab2

Hi:

I could not wait to learn about VSTO Outlook (Beta) Add-in project. However, during the Lab 2, I got a problem when typing the _LoadBankContactds_Click method. During the Excerise 3, Step 8, I could not get the property of customProperty.Value. I mean after typing the period (.) after customProperty, there is no "Value" displayed in the lists. Do I miss something?

My Outlook version is 11.6359.6408 SP1.

Thanks!

[451 byte] By [Lih] at [2008-2-7]
# 1
hmm its there for me... Did you create an instance of outlook.userproperty called customerproperty ? could you post your code?
wacko at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 2
Hi wacko:

Thank you very much! Now I saw .Value there.Smile

Lih at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 3
I am assuming you did not create the userproperty ? :)
wacko at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 4
Hi wacko:

I created, with the wrong type. It should be Outlook.UserProperty, somehow I pointed to Outlook.UserProperties. And I didn't know why I did not figure it out till I saw your suggestion.

Thank you again!

Lih at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...