I've used the sample code from the well-known Slipstick post to create some custom flags in my Outlook. Just description, no start/due date, no reminder etc.
Can someone advise me how to make a macro to clear the flag assigned that way? I've tried .FlagStatus = olNoFlag and .FlagRequest ="" but...