Table of Contents

Method SetSeen

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

SetSeen(bool)

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

public static MailRuleAction SetSeen(bool isSeen)

Parameters

isSeen bool

true to mark the email read; false to mark it unread.

Returns

MailRuleAction

The action.