How to show data in a custom field in a folder

  • Thread starter Thread starter MeAgin
  • Start date Start date
M

MeAgin

Hi all,



I want to show some custom fields on a mail folder. How to achieve this?



I add a custom property to the mail item when moving to the specific folder
in my VBA code as,



Set NewField = oNewMail.UserProperties.Add("Type", olText, True)

NewField = loXmlDom.DocumentElement.SelectSingleNode("//type").Text



Also I have added a new column as type in the folder but it is blank for all
mails.

Please advice.



Thanking in advance.

Nadee
 
Is that added field actually in the item? Does it contain content? Are you
saving the item after adding the new UserProperty?

If you use the Field Chooser to custom the columns in a table view does that
property show up as a field in the folder?

You can examine the items by opening them and selecting Tools, Forms, Design
this form. Go to the All Fields tab and see what's listed for fields in the
item and fields in the folder.
 
Back
Top