A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Displayname of User Property



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 18th 09, 10:48 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
escamoteur
external usenet poster
 
Posts: 147
Default Displayname of User Property

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

Ads
  #2  
Old August 19th 09, 03:19 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Sue Mosher [MVP][_2_]
external usenet poster
 
Posts: 89
Default Displayname of User Property

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

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

  #3  
Old August 19th 09, 03:35 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
escamoteur
external usenet poster
 
Posts: 147
Default Displayname of User Property

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

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


  #4  
Old August 19th 09, 03:43 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

I don't know any way to prevent the user from getting to the field chooser
just in a single folder.

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

Best
Tom




  #5  
Old August 19th 09, 04:25 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
escamoteur
external usenet poster
 
Posts: 147
Default Displayname of User Property

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.

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

Best
Tom




  #6  
Old August 19th 09, 05:08 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

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


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



  #7  
Old August 19th 09, 10:38 PM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
escamoteur
external usenet poster
 
Posts: 147
Default Displayname of User Property

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.

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



  #8  
Old August 19th 09, 10: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.



 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Property tags - what happens if... (Rename of user defined field) Bert_Bert[_2_] Outlook and VBA 13 September 1st 08 03:48 PM
typemismatch by reading user property Hahn, Thomas Add-ins for Outlook 11 July 30th 08 03:03 PM
Get User Specified Folder Property Rob Outlook and VBA 4 March 5th 08 04:19 PM
User Defined Field type property PocketRocket Outlook - Using Contacts 1 December 15th 07 01:43 AM
Searching by User Property Sick Boy Outlook and VBA 1 May 23rd 07 07:47 PM


All times are GMT +1. The time now is 08:43 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.