Displayname of User Property

  • Thread starter Thread starter escamoteur
  • Start date Start date
E

escamoteur

Hi,

in Outlook 2007 I now managed it to add user properties to my item and to the folder.
Now I was a bit disappointed to see that in the Field chooser of the view of the folder my user property is listes with the property
name and that the new Column in the view also has this name as title.

Don't Userproperties have a display name that can be set?? If not that's not god for localization.

Best
Tom
 
No, custom properties do not have display names. You can, however, use the
ViewField.ColumnFormat.Label property to set the display name within a
particular view that is displaying that field.
 
I already was fearing that :-(

Can I prevent the user to create his own Views for a folder and selecting fields as new columns? Because then the original field
name would be visible.

Best
Tom
 
In a folder in the Public Folders hierarchy on an Exchange server, you can
restrict a folder to only views created for that folder, but that won't stop
a user from modifying that view for the current session.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 
Back
Top