Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - Using Contacts (http://www.outlookbanter.com/outlook-using-contacts/)
-   -   How can I set the "from" (creator) field for an existing contact? (http://www.outlookbanter.com/outlook-using-contacts/18771-how-can-i-set-creator.html)

Sequoya June 23rd 06 05:56 PM

How can I set the "from" (creator) field for an existing contact?
 
We're using an Exchange public folder to store contact records for prospects.
Each employee can contribute contacts to this folder but we want to keep
track of who created them. If a user creates a contact in their personal
contact folder and then drags the contact to the public folder, the "from"
field is properly set to their name.

Somehow, one employee created a large group of contacts in the public folder
that have no "From" field. When we open the contact, this field cannot be
set.

Is there any way to fix these or will they all have to be re-created?

Sue Mosher [MVP-Outlook] June 23rd 06 06:25 PM

How can I set the "from" (creator) field for an existing contact?
 
Maybe have that person move them out and then copy them back in. Copying creates new items.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Sequoya" wrote in message ...
We're using an Exchange public folder to store contact records for prospects.
Each employee can contribute contacts to this folder but we want to keep
track of who created them. If a user creates a contact in their personal
contact folder and then drags the contact to the public folder, the "from"
field is properly set to their name.

Somehow, one employee created a large group of contacts in the public folder
that have no "From" field. When we open the contact, this field cannot be
set.

Is there any way to fix these or will they all have to be re-created?


Sequoya June 23rd 06 07:50 PM

How can I set the "from" (creator) field for an existing conta
 
That's what I thought too. I've tried copying/moving them out and back in
several times but the "from" field doesn't get updated.


"Sue Mosher [MVP-Outlook]" wrote:

Maybe have that person move them out and then copy them back in. Copying creates new items.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Sequoya" wrote in message ...
We're using an Exchange public folder to store contact records for prospects.
Each employee can contribute contacts to this folder but we want to keep
track of who created them. If a user creates a contact in their personal
contact folder and then drags the contact to the public folder, the "from"
field is properly set to their name.

Somehow, one employee created a large group of contacts in the public folder
that have no "From" field. When we open the contact, this field cannot be
set.

Is there any way to fix these or will they all have to be re-created?



Sequoya July 11th 06 03:34 PM

How can I set the "from" (creator) field for an existing contact?
 
I now know that the contacts in question (without a "from" field) were
created by importing them into Outlook. I've also done some experimenting
and it appears that the only time this field is set by Outlook is when a
contact is created interactively through the New Contact dialog.

We still have a large number of contacts with a blank "from" field that we
need to correct. I have not found a way to fix this without 1) re-creating
them by hand, or 2) saving each as a vCard and "re-creating" them by opening
and saving the vCards as contacts.

Needless to say, both of these methods are cumbersome for a large number of
contacts. Since the "from" field is just another database field there has to
be a way to correct this. Since I'm a programmer, I've even looked through
my docs on the Outlook object model to see if there's a way to set this
programmatically. It appears the field is set by the Post() method but I
don't see a way to re-set it after the fact.

Any ideas out there? Thanks!

"Sequoya" wrote:

We're using an Exchange public folder to store contact records for prospects.
Each employee can contribute contacts to this folder but we want to keep
track of who created them. If a user creates a contact in their personal
contact folder and then drags the contact to the public folder, the "from"
field is properly set to their name.

Somehow, one employee created a large group of contacts in the public folder
that have no "From" field. When we open the contact, this field cannot be
set.

Is there any way to fix these or will they all have to be re-created?


[email protected] July 27th 06 04:40 PM

How can I set the "from" (creator) field for an existing contact?
 
I am having the same issue with one of my users. Any idea on how to
change these entries would be greatly appreciated.

Sequoya wrote:
I now know that the contacts in question (without a "from" field) were
created by importing them into Outlook. I've also done some experimenting
and it appears that the only time this field is set by Outlook is when a
contact is created interactively through the New Contact dialog.

We still have a large number of contacts with a blank "from" field that we
need to correct. I have not found a way to fix this without 1) re-creating
them by hand, or 2) saving each as a vCard and "re-creating" them by opening
and saving the vCards as contacts.

Needless to say, both of these methods are cumbersome for a large number of
contacts. Since the "from" field is just another database field there has to
be a way to correct this. Since I'm a programmer, I've even looked through
my docs on the Outlook object model to see if there's a way to set this
programmatically. It appears the field is set by the Post() method but I
don't see a way to re-set it after the fact.

Any ideas out there? Thanks!

"Sequoya" wrote:

We're using an Exchange public folder to store contact records for prospects.
Each employee can contribute contacts to this folder but we want to keep
track of who created them. If a user creates a contact in their personal
contact folder and then drags the contact to the public folder, the "from"
field is properly set to their name.

Somehow, one employee created a large group of contacts in the public folder
that have no "From" field. When we open the contact, this field cannot be
set.

Is there any way to fix these or will they all have to be re-created?



Sue Mosher [MVP-Outlook] August 14th 06 08:51 PM

How can I set the "from" (creator) field for an existing contact?
 
Two possible programmatic solutions:

1) Use the Copy method to create a copy of the item, then save it and discard the original.

2) Use Redemption or CDO to set the MAPI property that holds the informaton -- PR_SENDER_NAME (0x0C1A001E).

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Sequoya" wrote in message ...
I now know that the contacts in question (without a "from" field) were
created by importing them into Outlook. I've also done some experimenting
and it appears that the only time this field is set by Outlook is when a
contact is created interactively through the New Contact dialog.

We still have a large number of contacts with a blank "from" field that we
need to correct. I have not found a way to fix this without 1) re-creating
them by hand, or 2) saving each as a vCard and "re-creating" them by opening
and saving the vCards as contacts.

Needless to say, both of these methods are cumbersome for a large number of
contacts. Since the "from" field is just another database field there has to
be a way to correct this. Since I'm a programmer, I've even looked through
my docs on the Outlook object model to see if there's a way to set this
programmatically. It appears the field is set by the Post() method but I
don't see a way to re-set it after the fact.

Any ideas out there? Thanks!

"Sequoya" wrote:

We're using an Exchange public folder to store contact records for prospects.
Each employee can contribute contacts to this folder but we want to keep
track of who created them. If a user creates a contact in their personal
contact folder and then drags the contact to the public folder, the "from"
field is properly set to their name.

Somehow, one employee created a large group of contacts in the public folder
that have no "From" field. When we open the contact, this field cannot be
set.

Is there any way to fix these or will they all have to be re-created?



All times are GMT +1. The time now is 08:03 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-2006 OutlookBanter.com