Creating hidden mailItem

  • Thread starter Thread starter j
  • Start date Start date
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.
 
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.
 
Is it possible to set some property to mailIem that make it hidden???

can i send 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.
 
Ok, i see and if by WEBDAV i get mailItem, i mean i want that webdav
send me a hidden mailitem??
 
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.
 
Back
Top