Y
Yaz
First of all, sorry for cross posting, but there are great resources in both
forums and it's better than posting two separate posts.
I am running into a problem with the CoversationTopic filter for the
Restrict method on Items. I am using this method to retrieve a list of all
items in a thread so that I can either flag it or delete it. I am using it
as follows:
set TopicItems =
activeexplorer.CurrentFolder.Items.Restrict("[ConversationTopic]=" &
CurrentItem.ConversationTopic)
What I am finding is that this fails for emails that have special characters
such as "&" and " ' " (single quote).
Can anyone suggest anything different / identify what I am doing wrong?
Thanks,
Yasmeen
forums and it's better than posting two separate posts.
I am running into a problem with the CoversationTopic filter for the
Restrict method on Items. I am using this method to retrieve a list of all
items in a thread so that I can either flag it or delete it. I am using it
as follows:
set TopicItems =
activeexplorer.CurrentFolder.Items.Restrict("[ConversationTopic]=" &
CurrentItem.ConversationTopic)
What I am finding is that this fails for emails that have special characters
such as "&" and " ' " (single quote).
Can anyone suggest anything different / identify what I am doing wrong?
Thanks,
Yasmeen