![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi All,
We have created an Outlook addin application using VSTO SE(Outlook Object Model 2007), Outlook 2007. This addin, on load, creates a new folder in the default delivery location (pst/ost) and associates a web view(html page) with it. The requirement is that the Outlook user must not be able to delete, rename or move this folder just like RSS feeds/Inbox. In most cases Outlook account will be that of Exchange Server. Is it possible to do this with OOM \MAPI\CDO ? Also if its not an exchange account, is it possible? Thanks in advance, Regards, TT |
Ads |
#2
|
|||
|
|||
![]()
Not possible at all. A user always owns his own folders and can do anything
they like with them as long as they aren't the default folders (Inbox, etc.). -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm wrote in message ups.com... Hi All, We have created an Outlook addin application using VSTO SE(Outlook Object Model 2007), Outlook 2007. This addin, on load, creates a new folder in the default delivery location (pst/ost) and associates a web view(html page) with it. The requirement is that the Outlook user must not be able to delete, rename or move this folder just like RSS feeds/Inbox. In most cases Outlook account will be that of Exchange Server. Is it possible to do this with OOM \MAPI\CDO ? Also if its not an exchange account, is it possible? Thanks in advance, Regards, TT |
#3
|
|||
|
|||
![]()
With Outlook 2007, though, you could use the new, cancellable Folder.BeforeFolderMove event to watch for the user's deletion and cancel it.
-- 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 "Ken Slovak - [MVP - Outlook]" wrote in message ... Not possible at all. A user always owns his own folders and can do anything they like with them as long as they aren't the default folders (Inbox, etc.). wrote in message ups.com... Hi All, We have created an Outlook addin application using VSTO SE(Outlook Object Model 2007), Outlook 2007. This addin, on load, creates a new folder in the default delivery location (pst/ost) and associates a web view(html page) with it. The requirement is that the Outlook user must not be able to delete, rename or move this folder just like RSS feeds/Inbox. In most cases Outlook account will be that of Exchange Server. Is it possible to do this with OOM \MAPI\CDO ? Also if its not an exchange account, is it possible? Thanks in advance, Regards, TT |
#4
|
|||
|
|||
![]()
True.
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Sue Mosher [MVP-Outlook]" wrote in message ... With Outlook 2007, though, you could use the new, cancellable Folder.BeforeFolderMove event to watch for the user's deletion and cancel it. -- 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Rename RSS Feeds Folder | Mike Pearce | Outlook - Installation | 3 | August 17th 06 01:32 PM |
put all email addresses sent in a special contact folder | Maria Marsala | Outlook - Using Contacts | 3 | August 3rd 06 12:30 PM |
Rss Feeds Folder isn't listed for sync | news.microsoft.com | Outlook - General Queries | 6 | May 24th 06 04:14 PM |
Create a search folder to look at all emails in one folder and selected criteria in other folders | [email protected] | Outlook - General Queries | 1 | April 10th 06 09:40 AM |
Junk E-mail folder - is there a way to create a rule to delete items in this folder older than X days? | Jaycee | Outlook - General Queries | 1 | February 22nd 06 04:54 PM |