R
Ricardo Pereira
Hello everybody.
I need a little help here:
I have a COM AddIn for Outlook 2000, using Exchange server 2000, that
needs to check if an email's folder is public or is not.
So, my 2 questions are:
1 - How do I get a folder reference of an email (which is on that
folder), just by having a reference to a mailItem?
2 - After getting the email's folder, how can I check if this is a
public folder or not?
The reason for the 2nd question is that my AddIn only works well on
emails that are in the user's exchange mailbox, but if they are in an
exchange's server public folder, the AddIn won't work well. So I
decided that I would move the email from the public folder (if that's
the case) to the user's inbox, make the addin do its job and move back
the email to its original folder. But I would only do this if the
email was checked to be in a public folder.
Thanks in advance for all the help
Ricardo Pereira
I need a little help here:
I have a COM AddIn for Outlook 2000, using Exchange server 2000, that
needs to check if an email's folder is public or is not.
So, my 2 questions are:
1 - How do I get a folder reference of an email (which is on that
folder), just by having a reference to a mailItem?
2 - After getting the email's folder, how can I check if this is a
public folder or not?
The reason for the 2nd question is that my AddIn only works well on
emails that are in the user's exchange mailbox, but if they are in an
exchange's server public folder, the AddIn won't work well. So I
decided that I would move the email from the public folder (if that's
the case) to the user's inbox, make the addin do its job and move back
the email to its original folder. But I would only do this if the
email was checked to be in a public folder.
Thanks in advance for all the help
Ricardo Pereira