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 » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Some question if I understand user properties correct



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 9th 09, 07:51 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 Some question if I understand user properties correct

Hi,

user data that is stored as user properties in an item is stored IN this item independ if the same user property is defined in the
folder.

I need the additional definition of properties in the folder with the same names if I want to use filters and to display these data
in a view? Correct??

The user properties stay with the item even when I move it to a different folder. Correct?


If I send an item with user properties to someone who has not the same form installed he will not see the user defined field, but
the data is still in the item? Correct?

Is it enough to install and register the form region on an other computer to access this user data?

Best

Tom

  #2  
Old August 9th 09, 11:50 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 Some question if I understand user properties correct

user data that is stored as user properties in an item is stored IN this
item independ if the same user property is defined in the folder.
I need the additional definition of properties in the folder with the same
names if I want to use filters and to display these data in a view?
Correct??


Not quite. You need the same properties, not additional properties -- same
name, same data type. They just need to be defined in the folder, as well as
in the item.

The user properties stay with the item even when I move it to a different
folder. Correct?


Yes, that's correct.

If I send an item with user properties to someone who has not the same
form installed he will not see the user defined field, but the data is
still in the item? Correct?


In many cases, not correct. See http://support.microsoft.com/?kbid=907985,
the section on "Behavior changes in Outlook."

Is it enough to install and register the form region on an other computer
to access this user data?


No, registering a form region or publishing a custom form does not create
any folder-level property definitions.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


  #3  
Old August 10th 09, 08:56 AM posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
escamoteur
external usenet poster
 
Posts: 147
Default Some question if I understand user properties correct


"Sue Mosher [MVP]" schrieb im Newsbeitrag ...
user data that is stored as user properties in an item is stored IN this item independ if the same user property is defined in
the folder.
I need the additional definition of properties in the folder with the same names if I want to use filters and to display these
data in a view? Correct??


Not quite. You need the same properties, not additional properties -- same name, same data type. They just need to be defined in
the folder, as well as in the item.


But they don't need to be defined in the folder to store the data inside the item, right? Only I I want to use the property in a
view of the folder?



The user properties stay with the item even when I move it to a different folder. Correct?


Yes, that's correct.

If I send an item with user properties to someone who has not the same form installed he will not see the user defined field, but
the data is still in the item? Correct?


In many cases, not correct. See http://support.microsoft.com/?kbid=907985, the section on "Behavior changes in Outlook."



Thanks, I understand

Is it enough to install and register the form region on an other computer to access this user data?


No, registering a form region or publishing a custom form does not create any folder-level property definitions.


No I meant if this is enough to access the custom properties though the custom form if the item was transferred to the other
machine.

Best

Tom

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


  #4  
Old August 10th 09, 01:21 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 Some question if I understand user properties correct

Registering a form region or publishing a custom form does not create any
property definitions at the folder level. However, if all you want to do is
store custom properties in an item, not view them in a folder, you do not
need to create matching properties at the folder level. BUT ... if you
transfer that item to another computer, e.g. by sending it as a message, and
the properties are not present in the folder on the receiving system,
Outlook may ignore those properties with the resulting data loss, as
explained in the previously cited article at
http://support.microsoft.com/?kbid=907985.

You haven't said whether you're working in an Exchange environment or what
kind of items are involved. As the article explains, at least the Exchange
environment does matter.
--
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
...

"Sue Mosher [MVP]" schrieb im Newsbeitrag
...
user data that is stored as user properties in an item is stored IN this
item independ if the same user property is defined in the folder.
I need the additional definition of properties in the folder with the
same names if I want to use filters and to display these data in a view?
Correct??


Not quite. You need the same properties, not additional properties --
same name, same data type. They just need to be defined in the folder, as
well as in the item.


But they don't need to be defined in the folder to store the data inside
the item, right? Only I I want to use the property in a view of the
folder?


Correct.

The user properties stay with the item even when I move it to a
different folder. Correct?


Yes, that's correct.

If I send an item with user properties to someone who has not the same
form installed he will not see the user defined field, but the data is
still in the item? Correct?


In many cases, not correct. See
http://support.microsoft.com/?kbid=907985, the section on "Behavior
changes in Outlook."



Thanks, I understand

Is it enough to install and register the form region on an other
computer to access this user data?


No, registering a form region or publishing a custom form does not create
any folder-level property definitions.


No I meant if this is enough to access the custom properties though the
custom form if the item was transferred to the other machine.



 




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
Some question if I understand user properties correct escamoteur Outlook and VBA 3 August 10th 09 01:21 PM
Please direct me to the correct Microsoft group for this question Sandy J[_3_] Outlook Express 6 November 26th 07 11:23 PM
Auto Correct Question.. Terri Outlook - General Queries 4 October 15th 07 09:00 PM
Outlook 2003- named properties v/s user properties ? newToOutlookProgramming Add-ins for Outlook 2 May 18th 07 06:38 PM
Auto-correct options question - Marti Marti Outlook - General Queries 4 September 6th 06 09:36 PM


All times are GMT +1. The time now is 12:34 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.