Quote Originally Posted by Shellgrip
Thanks again. I've attached the .oft of the post I'm developing. The check boxes on the second page are the ones I want to trigger the flag status.

in the Outlook session will take selected messages with a flag set and change it to Green and completed. What I need is for this sort of change to be triggered by ticking the checkboxes on page two BUT in VBS, not as a session VBA sub.

I hope this makes sense. Thanks for looking.

Jon
Hi Jon,

Actually now I had time to look at it..no it doesn't!

You've build a custom form of the "PostItem" Class.
But you're asking to put a Flag and Flagstatus on this PostItem? That's kinda strange to me because a PostItem doesn't have such a property. (Meaning it just isn't possible)

The code you've posted will not work on PostItems but does work on MailItems (Different class).

So I haven't got a clue if I'm reading you correct.

If you mean something else please clarify? (Could it have something to do with the mailItem your sending when a userproperty changes?)

Later...