![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi,
I want to add user property in a outlook folder item. I have found one property namely 'Outlook.MAPIFolder.UserDefinedProperties'. But the problem with this property is it sets the property to every email item in the folder. Can I have such a property on folder which is set only on folder? |
Ads |
#2
|
|||
|
|||
![]()
Folder.PropertyAccessor is the correct object for that task.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Sandeep K" wrote: Hi, I want to add user property in a outlook folder item. I have found one property namely 'Outlook.MAPIFolder.UserDefinedProperties'. But the problem with this property is it sets the property to every email item in the folder. Can I have such a property on folder which is set only on folder? |
#3
|
|||
|
|||
![]()
What exactly do you nee that property for?
Keep in mind that most folder don't allow named properties on the fodler object per-se, so in most cases hidden (associated) messages are used to store per-folder specific data. -- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "Sandeep K" wrote in message ... Hi, I want to add user property in a outlook folder item. I have found one property namely 'Outlook.MAPIFolder.UserDefinedProperties'. But the problem with this property is it sets the property to every email item in the folder. Can I have such a property on folder which is set only on folder? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Displayname of User Property | escamoteur | Outlook and VBA | 7 | August 19th 09 09:46 PM |
Displayname of User Property | escamoteur | Add-ins for Outlook | 7 | August 19th 09 09:46 PM |
typemismatch by reading user property | Hahn, Thomas | Add-ins for Outlook | 11 | July 30th 08 02:03 PM |
Get User Specified Folder Property | Rob | Outlook and VBA | 4 | March 5th 08 03:19 PM |
Searching by User Property | Sick Boy | Outlook and VBA | 1 | May 23rd 07 06:47 PM |