View Single Post
  #8  
Old August 19th 09, 09:46 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default Displayname of User Property

No, because a user is always the owner of a folder in a .pst file, with full
rights to create new views in it.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"escamoteur" wrote in message
...
Is this not possible for PST based folders?
Best
Tom
"Sue Mosher [MVP]" schrieb im Newsbeitrag
...
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.

"escamoteur" wrote in message
...
But is it possible to allow only one specific view for a folder?

"Sue Mosher [MVP]" schrieb im Newsbeitrag
...
I don't know any way to prevent the user from getting to the field
chooser just in a single folder.

"escamoteur" wrote in message
...
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

"Sue Mosher [MVP]" schrieb im
Newsbeitrag ...
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.


"escamoteur" wrote:

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.



Ads