Creating hidden mailItem

J

j

Hi,

I using OOM, C#, Redemption.

I know that it's possible to create hidden maiilItem but how???


Any snippets, links will be appreciated.


Tnx in advance.
 
K

Ken Slovak - [MVP - Outlook]

Once you get an RDOFolder object get its HiddenItems collection as an
RDOItems collection. Use the Add method of that RDOItems collection to add
new hidden items.
 
J

j

Is it possible to set some property to mailIem that make it hidden???

can i send hidden mailItem??


Once you get an RDOFolder object get its HiddenItems collection as an
RDOItems collection. Use the Add method of that RDOItems collection to add
new hidden items.

--
Ken Slovak
[MVP - Outlook]http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Optionshttp://www.slovaktech.com/products.htm




I using OOM, C#, Redemption.
I know that it's possible to create hidden maiilItem but how???
Any snippets, links will be appreciated.
Tnx in advance.- Hide quoted text -

- Show quoted text -
 
K

Ken Slovak - [MVP - Outlook]

If you want a hidden item use it that way. If you want to send it copy it or
copy the properties you need to a standard item. There is no property to set
to make a visible item a hidden item, they are in different collections in
the folder object.
 
J

j

Ok, i see and if by WEBDAV i get mailItem, i mean i want that webdav
send me a hidden mailitem??


If you want a hidden item use it that way. If you want to send it copy it or
copy the properties you need to a standard item. There is no property to set
to make a visible item a hidden item, they are in different collections in
the folder object.

--
Ken Slovak
[MVP - Outlook]http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Optionshttp://www.slovaktech.com/products.htm




Is it possible to set some property to mailIem that make it hidden???
can i send hidden mailItem??- Hide quoted text -

- Show quoted text -
 
K

Ken Slovak - [MVP - Outlook]

WebDAV is an Exchange access method, it has nothing to do with Outlook. If
you have WebDAV questions you should post them in an Exchange programming
group. I have no idea if WebDAV can access hidden items in a mailbox.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top