FollowUpManager.ClearFlag

FollowUpManager.ClearFlag method

Clears the follow-up flag and reminder.

public static void ClearFlag(MapiMessageItemBase message)
ParameterTypeDescription
messageMapiMessageItemBaseThe MapiMessageItemBase in which a flag is set.

Exceptions

exceptioncondition
ArgumentNullExceptionIf message is null.

See Also