R
RJH
Right now I use
If MarkComplete = True Then
.FlagIcon = olNoFlagIcon
.FlagStatus = olFlagComplete
End If
To flag an email as complete. This however, will not work with a post.
Any Ideas?
If MarkComplete = True Then
.FlagIcon = olNoFlagIcon
.FlagStatus = olFlagComplete
End If
To flag an email as complete. This however, will not work with a post.
Any Ideas?