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 - Using Contacts
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Importing Contacts with permission for Ownership rights



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 23rd 08, 05:19 AM posted to microsoft.public.outlook.contacts
rUffles
external usenet poster
 
Posts: 4
Default Importing Contacts with permission for Ownership rights

Hi,

I have a couple of CSV files to import, and I intend to import based on
Ownership of the contacts. There is a Permission settings which allow user to
only edit 'Own' contacts, hence I would need to import contacts in Batches
based on Ownership.

Anyone with any suggestion on how to do it?

Thanks!
Ads
  #2  
Old September 23rd 08, 03:07 PM posted to microsoft.public.outlook.contacts
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Importing Contacts with permission for Ownership rights

You could use Excel as an intermediate step. Open the .csv file in Excel and
save it as an .xls file. Sort by the column that has the ownership
information. Select only those you want to import and create a named range.
When you import the Excel file into Outlook, it will ask you for the name of
the range you want to import.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54




"rUffles" wrote:

Hi,

I have a couple of CSV files to import, and I intend to import based on
Ownership of the contacts. There is a Permission settings which allow user to
only edit 'Own' contacts, hence I would need to import contacts in Batches
based on Ownership.

Anyone with any suggestion on how to do it?

Thanks!

  #3  
Old September 24th 08, 03:08 AM posted to microsoft.public.outlook.contacts
rUffles
external usenet poster
 
Posts: 4
Default Importing Contacts with permission for Ownership rights

Hi Sue,

Thanks for the prompt reply. However, it does not solve my concerns.

Yes, importing from Excel does give me the option of selecting which Range I
want to import, but it still does not set the Ownership of the Contacts in
Outlook.

What I need to achieve is to have the contacts imported by ownership, such
that only the 'Creator' of the contact will have the permission to
Edit/Delete his or her contact card.

I do not see any form of 'Owner' or 'Creator' fields during the import,
hence I am puzzled as to how to make this concept work.

Would really appreciate it if you could provide more assistance.

Thanks!

"Sue Mosher [MVP-Outlook]" wrote:

You could use Excel as an intermediate step. Open the .csv file in Excel and
save it as an .xls file. Sort by the column that has the ownership
information. Select only those you want to import and create a named range.
When you import the Excel file into Outlook, it will ask you for the name of
the range you want to import.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54




"rUffles" wrote:

Hi,

I have a couple of CSV files to import, and I intend to import based on
Ownership of the contacts. There is a Permission settings which allow user to
only edit 'Own' contacts, hence I would need to import contacts in Batches
based on Ownership.

Anyone with any suggestion on how to do it?

Thanks!

  #4  
Old September 24th 08, 01:01 PM posted to microsoft.public.outlook.contacts
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Importing Contacts with permission for Ownership rights

Your concept won't work. The owner of the contact is the person who creates
(or in this case, imports) the items. You cannot assign ownership to
individual items.

Furthermore, an Outlook user always owns all the items in his or her own
mailbox and .pst file. The permission setting you refer to generally would be
relevant only for items in a public 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




"rUffles" wrote:

Hi Sue,

Thanks for the prompt reply. However, it does not solve my concerns.

Yes, importing from Excel does give me the option of selecting which Range I
want to import, but it still does not set the Ownership of the Contacts in
Outlook.

What I need to achieve is to have the contacts imported by ownership, such
that only the 'Creator' of the contact will have the permission to
Edit/Delete his or her contact card.

I do not see any form of 'Owner' or 'Creator' fields during the import,
hence I am puzzled as to how to make this concept work.

Would really appreciate it if you could provide more assistance.

Thanks!

"Sue Mosher [MVP-Outlook]" wrote:

You could use Excel as an intermediate step. Open the .csv file in Excel and
save it as an .xls file. Sort by the column that has the ownership
information. Select only those you want to import and create a named range.
When you import the Excel file into Outlook, it will ask you for the name of
the range you want to import.



"rUffles" wrote:

Hi,

I have a couple of CSV files to import, and I intend to import based on
Ownership of the contacts. There is a Permission settings which allow user to
only edit 'Own' contacts, hence I would need to import contacts in Batches
based on Ownership.

Anyone with any suggestion on how to do it?

Thanks!

  #5  
Old September 30th 08, 03:54 AM posted to microsoft.public.outlook.contacts
rUffles
external usenet poster
 
Posts: 4
Default Importing Contacts with permission for Ownership rights

Hi Sue,

Firstly, thanks for the reply.

My intention is to have a 'Dummy User' share his contacts out to 8 person.
This make it act like a Global Contact list. Each of the 8 users will in turn
start to key in new contacts into the 'Dummy User' contact account.

My intention was by setting up the permission, I hope I am able to control
each contact card to individual owners, which in this case are the 8 users.

With all my testing, I am still not able to limit the permission by User.
Seems like everyone is able to modify the contacts.

Help!


  #6  
Old September 30th 08, 01:38 PM posted to microsoft.public.outlook.contacts
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Importing Contacts with permission for Ownership rights

You might want to check what permissions are granted on the mailbox as a
whole, as well as on the individual folder.

To add contacts programmatically by impersonating the different "owners,"
you'd need to use a low-level API such as Outlook Redemption.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54




"rUffles" wrote:

Hi Sue,

Firstly, thanks for the reply.

My intention is to have a 'Dummy User' share his contacts out to 8 person.
This make it act like a Global Contact list. Each of the 8 users will in turn
start to key in new contacts into the 'Dummy User' contact account.

My intention was by setting up the permission, I hope I am able to control
each contact card to individual owners, which in this case are the 8 users.

With all my testing, I am still not able to limit the permission by User.
Seems like everyone is able to modify the contacts.


  #7  
Old October 2nd 08, 08:16 AM posted to microsoft.public.outlook.contacts
rUffles
external usenet poster
 
Posts: 4
Default Importing Contacts with permission for Ownership rights

Hi Sue,

I have grated permission on the Contacts ( I am not doing this for emails ),
and even Users with no Edit rights to the folder can still amend the data.
really mind-boogling.

Anyway, guess the only way to import Contacts with Ownership Fields is to
use a low-level API.

Guess I might need to reserve more before starting the import.

Thanks!


"Sue Mosher [MVP-Outlook]" wrote:

You might want to check what permissions are granted on the mailbox as a
whole, as well as on the individual folder.

To add contacts programmatically by impersonating the different "owners,"
you'd need to use a low-level API such as Outlook Redemption.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


  #8  
Old October 2nd 08, 12:38 PM posted to microsoft.public.outlook.contacts
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Importing Contacts with permission for Ownership rights

Did you check the mailbox permission in AD as I suggested?
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54




"rUffles" wrote:

Hi Sue,

I have grated permission on the Contacts ( I am not doing this for emails ),
and even Users with no Edit rights to the folder can still amend the data.
really mind-boogling.

Anyway, guess the only way to import Contacts with Ownership Fields is to
use a low-level API.

Guess I might need to reserve more before starting the import.

Thanks!


"Sue Mosher [MVP-Outlook]" wrote:

You might want to check what permissions are granted on the mailbox as a
whole, as well as on the individual folder.

To add contacts programmatically by impersonating the different "owners,"
you'd need to use a low-level API such as Outlook Redemption.


 




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
Do not have permission to update contacts Do not have permission to update contact Outlook - Using Contacts 1 December 25th 07 09:00 PM
Determining permission to another mailbox using RDO when user isin permission group tEst Add-ins for Outlook 3 August 24th 07 10:19 PM
Outlook 2007 Contacts Ownership Question Tommy Outlook - Using Contacts 0 May 21st 07 05:34 PM
how can i get permission to use my contacts ronlou Outlook - Using Contacts 1 October 9th 06 04:37 PM
sharing contacts folder between 2 accounts in windows xp with limited rights Alan Outlook - General Queries 5 September 25th 06 01:29 PM


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