NewMail event in Redemption passes in an instance of the
Redemption.MessageItem object (which can be used standalone and does expose
the Subject property) , not Redemption.SafeMailItem, which is designed to be
used with an Outlook Object Model object (assigned to the Item property) and
only exposes properties and methods blocked by OOm (Subject property is not
one of them).
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
> Hi,
>
[quoted text clipped - 16 lines]
>
> P.S. I hope I am posting the query to correct forum.
Kavita Joshi - 30 Jun 2005 05:27 GMT
Thanx for the reply Dmitry.
I have one more question, I hope I can continue same thread for that.
I am creating folder named "REPORT" through my addin.
I want to stop user from deleting that folder. What properites I need to set
for that?
thanx in advance...
regards,
Kavita
Dmitry Streblechenko - 30 Jun 2005 18:13 GMT
I don't think you'll have much luck with this: Outlook only prevents users
from deleting the default folders.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
> Thanx for the reply Dmitry.
>
[quoted text clipped - 9 lines]
> regards,
> Kavita