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
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