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

How to create a hidden message in a folder



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 1st 06, 05:44 AM posted to microsoft.public.outlook
Davide
external usenet poster
 
Posts: 2
Default How to create a hidden message in a folder

Hi there,

the application that I am working with requires a hidden message (of
any class) to be inside a folder (corporate archive) on the root of the
mailbox so that it can identify the specific folder and then archive
its contents.

I understand that I need to create this hidden message in the
Associated Contents Table but i dont know how.

Can someone please point me the correct way? is it done on the outlook
client? on the exchange server?

I appreciate any help

Regards

Davide

Ads
  #2  
Old February 1st 06, 02:44 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default How to create a hidden message in a folder

You cannot create a hidden message manually. You must use code. Perhaps the easiest method is to use CDO 1.21. See http://support.microsoft.com/?kbid=266734 for sample code.

Why doesn't the application handle this chore for you, I wonder?

--
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


"Davide" wrote in message ups.com...
Hi there,

the application that I am working with requires a hidden message (of
any class) to be inside a folder (corporate archive) on the root of the
mailbox so that it can identify the specific folder and then archive
its contents.

I understand that I need to create this hidden message in the
Associated Contents Table but i dont know how.

Can someone please point me the correct way? is it done on the outlook
client? on the exchange server?

I appreciate any help

Regards

Davide

  #3  
Old February 1st 06, 02:46 PM posted to microsoft.public.outlook
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default How to create a hidden message in a folder

A better place for this question would be one of the Outlook programming
groups.

You can't do what you want using the Outlook object model. You would have to
use CDO 1.21 (optional installation for Outlook 2000 and later) or Extended
MAPI (C++ or Delphi code only) or Redemption (3rd party library at
www.dimastr.com/redemption). Then you can access the HiddenItems collection
of a folder and add an item to that.

You could also create it using server side code, so you need to be more
specific as to versions of Outlook and Exchange, where the code would run,
what language and platform you are using.

--
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


"Davide" wrote in message
ups.com...
Hi there,

the application that I am working with requires a hidden message (of
any class) to be inside a folder (corporate archive) on the root of the
mailbox so that it can identify the specific folder and then archive
its contents.

I understand that I need to create this hidden message in the
Associated Contents Table but i dont know how.

Can someone please point me the correct way? is it done on the outlook
client? on the exchange server?

I appreciate any help

Regards

Davide


  #4  
Old February 1st 06, 03:13 PM posted to microsoft.public.outlook
Davide
external usenet poster
 
Posts: 2
Default How to create a hidden message in a folder

Thank You Sue, thank you Ken.

I like the idea of doing it at server level. My customer uses Exchange
2003 and Outlook 2003. The ideal solution would be that I could
centrally create a visible folder at the root level of each user
mailbox containing a hidden message (dont matter the class) so that
when i run an archive task from my application, the task would find the
folder with this hidden class message and then archive all its
contents.

Could you tell me which tools I need on the exchange server side to
achieve this?

Thanks a lot of your time and help.

Davide

  #5  
Old February 1st 06, 03:38 PM posted to microsoft.public.outlook
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default How to create a hidden message in a folder

Well, first of all you need to use server side CDO 1.21, that would be the
easiest. The reference Sue gave would work for server side CDO. That CDO is
installed when the ESM is installed. Then of course you need to use a logon
that has access and permissions for every mailbox you want to access, either
an admin logon or each user's logon.

--
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


"Davide" wrote in message
oups.com...
Thank You Sue, thank you Ken.

I like the idea of doing it at server level. My customer uses Exchange
2003 and Outlook 2003. The ideal solution would be that I could
centrally create a visible folder at the root level of each user
mailbox containing a hidden message (dont matter the class) so that
when i run an archive task from my application, the task would find the
folder with this hidden class message and then archive all its
contents.

Could you tell me which tools I need on the exchange server side to
achieve this?

Thanks a lot of your time and help.

Davide


 




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
Attachment does not show on header but in message body when create new email Johnny Chow Outlook - General Queries 2 January 30th 06 10:47 PM
Cannot create new exchange profile Hupla Outlook - General Queries 0 January 30th 06 03:07 PM
Outlook Form - Hidden Label [email protected] Outlook - General Queries 1 January 17th 06 04:36 PM
create a resource MAILBOX? Jeff Outlook - General Queries 1 January 17th 06 04:09 PM
Cannot Create Folder -- VB.NET Randy Given Outlook - General Queries 0 January 10th 06 01:50 AM


All times are GMT +1. The time now is 03:05 AM.


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.