M
MJ
Hi, I hope this is the correct forum for this question.
I've written a VB.NET application that monitors a public folder (Exchange
2000). The public folder is for users to send emails to the helpdesk. This
app looks through the messages and for any that are NOT flagged
(oMsg.FlagStatus = Outlook.OlFlagStatus.olNoFlag), which means they have not
been "claimed" by anyone, then I perform a task, such as an alert pop-up
window.
This works fine. however, my problem is that as this is a public folder,
users can either send an email to the public folder or place a "Post" there.
The problem I have is that for a "IPM.Post" item, I can't seem to find the
FlagStatus property.
This seems odd because you can view and change the flagstatus when you
access the "post" via the Outlook 2003 user interface, so it must be
somewhere.
Can anyone out there please let me know if there is a way to inspect this
property for Post items.
Thanks in advance,
MJ
I've written a VB.NET application that monitors a public folder (Exchange
2000). The public folder is for users to send emails to the helpdesk. This
app looks through the messages and for any that are NOT flagged
(oMsg.FlagStatus = Outlook.OlFlagStatus.olNoFlag), which means they have not
been "claimed" by anyone, then I perform a task, such as an alert pop-up
window.
This works fine. however, my problem is that as this is a public folder,
users can either send an email to the public folder or place a "Post" there.
The problem I have is that for a "IPM.Post" item, I can't seem to find the
FlagStatus property.
This seems odd because you can view and change the flagstatus when you
access the "post" via the Outlook 2003 user interface, so it must be
somewhere.
Can anyone out there please let me know if there is a way to inspect this
property for Post items.
Thanks in advance,
MJ