Invisible folder.

Status
Not open for further replies.
H

Harry

Hi,

Is there a way to create an invisible folder in C# outlook 2007 that

can be shared among all users?.

The reason for this is im trying to store some specific information

that needs to be globally available..to all users..(eg: config

settingss...) .... soan ivisible folder with these properties will do

the trick right??

Any suggestions or help is really appreciated !

Thanks!
 
K

Ken Slovak - [MVP - Outlook]

Not really, no. For Outlook 2007 you'd be best off using a StorageItem

(hidden item) in the Inbox of each mailbox.

"Harry" <silver.planet.inc@gmail.com> wrote in message

news:c8f22c3e-0bdf-4cc6-a513-d4c14168ef7a@f33g2000vbm.googlegroups.com...
> Hi,
> Is there a way to create an invisible folder in C# outlook 2007 that
> can be shared among all users?.
> The reason for this is im trying to store some specific information
> that needs to be globally available..to all users..(eg: config
> settingss...) .... soan ivisible folder with these properties will do
> the trick right??

> Any suggestions or help is really appreciated !

> Thanks!
 
H

Harry

On Aug 25, 10:11 am, "
<kenslo...@mvps.org> wrote:
> Not really, no. For Outlook 2007 you'd be best off using a StorageItem
> (hidden item) in the Inbox of each mailbox.

> >

> http://www.slovaktech.com

> "Harry" <silver.planet....@gmail.com> wrote in message

> news:c8f22c3e-0bdf-4cc6-a513-d4c14168ef7a@f33g2000vbm.googlegroups.com...
>
> > Hi,
> > Is there a way to create an invisible folder in C# outlook 2007 that
> > can be shared among all users?.
> > The reason for this is im trying to store some specific information
> > that needs to be globally available..to all users..(eg: config
> > settingss...) .... soan ivisible folder with these properties will do
> > the trick right??

>
> > Any suggestions or help is really appreciated !

>
> > Thanks!


So we need to do this for every inbox of users across an orgranization

if im not mistaken???

Thanks,
 
K

Ken Slovak - [MVP - Outlook]

Correct.

"Harry" <silver.planet.inc@gmail.com> wrote in message

news:9c08bf30-4818-4791-8242-6284b75ece32@r42g2000yqj.googlegroups.com...

<snip
So we need to do this for every inbox of users across an orgranization

if im not mistaken???

Thanks,
 
S

Sue Mosher [MVP]

What about a StorageItem in a public folder?

Sue Mosher
<kenslovak@mvps.org> wrote in message

news:uu3pI9YJKHA.5956@TK2MSFTNGP03.phx.gbl...
> Not really, no. For Outlook 2007 you'd be best off using a StorageItem
> (hidden item) in the Inbox of each mailbox.

> >

>

> "Harry" <silver.planet.inc@gmail.com> wrote in message
> news:c8f22c3e-0bdf-4cc6-a513-d4c14168ef7a@f33g2000vbm.googlegroups.com...
> > Hi,
> > Is there a way to create an invisible folder in C# outlook 2007 that
> > can be shared among all users?.
> > The reason for this is im trying to store some specific information
> > that needs to be globally available..to all users..(eg: config
> > settingss...) .... soan ivisible folder with these properties will do
> > the trick right??
>

>> Any suggestions or help is really appreciated !
>

>> Thanks!

>
 
K

Ken Slovak - [MVP - Outlook]

Yes from Extended MAPI or Redemption, not from the Outlook Object Model I

don't think.

I've never had any success creating a hidden item in a public folder using

StorageItem. I get an error that the folder is read-only or doesn't support

hidden items. Since I can do it using Redemption I assume it's locked down

by Outlook for public folders.

"Sue Mosher [MVP]" <suemvp@turtleflock.com> wrote in message

news:%23o7XQxZJKHA.1380@TK2MSFTNGP02.phx.gbl...
> What about a StorageItem in a public folder?

> > Sue Mosher
> > >
 
S

Sue Mosher [MVP]

Ah, now my memory kicks in. I think you're right about StorageItem being

unavailable in public folders. Too bad.

Sue Mosher
<kenslovak@mvps.org> wrote in message

news:%23lhxn7aJKHA.4900@TK2MSFTNGP04.phx.gbl...
> Yes from Extended MAPI or Redemption, not from the Outlook Object Model I
> don't think.

> I've never had any success creating a hidden item in a public folder using
> StorageItem. I get an error that the folder is read-only or doesn't
> support hidden items. Since I can do it using Redemption I assume it's
> locked down by Outlook for public folders.




> "Sue Mosher [MVP]" <suemvp@turtleflock.com> wrote in message
> news:%23o7XQxZJKHA.1380@TK2MSFTNGP02.phx.gbl...
> > What about a StorageItem in a public folder?
>

>> > > Sue Mosher
> > >> >>

>
 
K

Ken Slovak - [MVP - Outlook]

It's a totally artificial limitation, since RDO can create a hidden item in

a PF.

"Sue Mosher [MVP]" <suemvp@turtleflock.com> wrote in message

news:OdyLUCcJKHA.1380@TK2MSFTNGP02.phx.gbl...
> Ah, now my memory kicks in. I think you're right about StorageItem being
> unavailable in public folders. Too bad.
> > Sue Mosher
> > > >
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
RBLampert Invisible e-mails in Gmail accounts Using Outlook 0
R When rules are working but invisible and unmanageable Using Outlook 2
P User-Defined Relationship Fields: Invisible? BCM (Business Contact Manager) 0
F iCloud calendar invisible only in Calendar View Using Outlook 2
A Search folder and move the email Outlook VBA and Custom Forms 0
N Reply to Outlook messages by moving messages to a specific Outlook folder Outlook VBA and Custom Forms 1
T How to find or display the sub-folder name for an Archive Search Using Outlook 8
A Outlook 365 (OutLook For Mac)Move "On My Computer" Folder Items From Old To New Mac Computer Using Outlook 3
P Search folder: all emails sent to or from a domain Using Outlook 1
V Folder Properties - Gmail account can't switch Using Outlook 5
Victor_50 Outlook 2019 Jump to folder from search folder Outlook VBA and Custom Forms 0
HarvMan Outlook 365 - Rule to Move an Incoming Message to Another Folder Using Outlook 4
S Email Macros to go to a SHARED Outlook mailbox Draft folder...NOT my personal Outlook Draft folder Using Outlook 2
I Help with Smart Folder + Query Builder on IMAP Using Outlook 0
S Paperclip icon shows without attachment in email under Sent folder Using Outlook 0
Kika Melo Outlook Calendar deleted appointments not in Deleted Items folder Using Outlook 3
K vba code to auto download email into a specific folder in local hard disk as and when any new email arrives in Inbox/subfolder Outlook VBA and Custom Forms 0
Z Outlook 365 Automatically assign categories to incoming mail in a shared folder Round Robin Outlook VBA and Custom Forms 1
G Adding a contact to a specific folder Using Outlook 0
Witzker Outlook 2019 Macro GoTo user defined search folder Outlook VBA and Custom Forms 6
Rupert Dragwater Duplicate email in Folder Using Outlook 7
S Adding a recipient's column to Sent folder in Outlook 2010 Outlook VBA and Custom Forms 1
L "Insert Pictures" Button-Wrong Folder Using Outlook 5
C Outlook 365 Copy/Save Emails in Folder Outside Outlook to Show Date Sender Recipient Subject in Header Using Outlook 0
CWM550 Outlook 365 Hey Diane! MS 365 Biz Standard and "Potential Spam" addressed to others coming to my JUNK folder? Using Outlook 2
J Quick steps delete original email and move reply/sent email to folder Using Outlook 2
A manual rule sends mail to wrong folder Using Outlook 5
richardwing Auto forward email that is moves into a specific outlook folder Outlook VBA and Custom Forms 5
D This folder up to date vs all folders up to date Using Outlook 1
G Automatically delete messages in the synchronization folder Outlook VBA and Custom Forms 4
wayneame Changing the Form Used by Existing Task Items in a Folder Outlook VBA and Custom Forms 4
S Need code to allow defined starting folder and selection from there to drill down Outlook VBA and Custom Forms 10
P Emails assigned with a certain category (within a shared inbox) to be copied to a specific folder. Outlook VBA and Custom Forms 2
M Saving emails using Visual Basic - Selecting folder with msoFileDialogFolderPicker Outlook VBA and Custom Forms 6
B Search and Find Email by Folder Name Outlook VBA and Custom Forms 2
S Folder Pane Colour Categories Using Outlook 6
Victor.Ayala Automated way to check the option "Show this folder as an email Address Book" Outlook VBA and Custom Forms 2
NVDon Create new Move To Folder list Outlook VBA and Custom Forms 0
M Extract "Date sent" from emails (saved to folder using drag and drop) Outlook VBA and Custom Forms 1
O Cannot expand the folder. The set of folders cannot be opened. You do not have permission to log on. Using Outlook 1
F Jump to Inbox folder when click on Favorite Using Outlook 8
P Print attachments automatically and move the mail to an existing folder called "Ted" Outlook VBA and Custom Forms 4
lcarpay Stay in the mail folder pane after ctrl-1 Using Outlook 1
T Macro to move reply and original message to folder Outlook VBA and Custom Forms 6
F VBA to move email from Non Default folder to Sub folders as per details given in excel file Outlook VBA and Custom Forms 11
bhamberg Shortcuts in Folder Pane (Outlook 2016) Using Outlook 19
G VBA to save selected Outlook msg with new name in selected network Windows folder Outlook VBA and Custom Forms 1
P Posts in Folder No Longer Group by Conversation Column After Search Using Outlook 0
Y Filter unread emails in a search folder vba help Outlook VBA and Custom Forms 0
N contact list seen in Contact folder but knot in Address book or when 'TO' button is clicked in new email Using Outlook 0

Similar threads

Top