Table of Contents

Method SetFlagged

Namespace
MailFathom.Application.Rules.Actions
Assembly
MailFathom.Application.dll

SetFlagged(bool)

Asks for the remote \Flagged flag of the matching email to be set or cleared.

public static MailRuleAction SetFlagged(bool isFlagged)

Parameters

isFlagged bool

true to flag the email; false to clear the flag.

Returns

MailRuleAction

The action.