Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Outlook Newsgroups
Outlook Program Addins
Note.ItemProperties
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Phi, post: 4801173"] Hello everyone, I have a stuck with Note.ItemProperties. I want to store special fields to Note.ItemProperties. I wrote the code like this: Note.ItemProperties.Add Name:="Field1", Type:=olText Note.ItemProperties.Item(0).Value="ABC" Note.ItemProperties.Add Name:="Field2", Type:=olText Note.ItemProperties.Item(1).Value="DEF" It has a bug "Method 'Value' of the ItemProperty Failed". Please help me fix it. Thanks, Phi. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Outlook Newsgroups
Outlook Program Addins
Note.ItemProperties
Top