Table of Contents

Method Requested

Namespace
MailFathom.Application.Spam.Actions
Assembly
MailFathom.Application.dll

Requested(MailboxMutationRecordId?, MailboxMutationRecordId?)

Records the changes that were written down.

public static SpamActionResult Requested(MailboxMutationRecordId? markedReadRecordId, MailboxMutationRecordId? filedRecordId)

Parameters

markedReadRecordId MailboxMutationRecordId?

The record carrying the \Seen change, or null when none was asked for.

filedRecordId MailboxMutationRecordId?

The record carrying the relocation, or null when none was asked for.

Returns

SpamActionResult

The result.

Exceptions

ArgumentException

Thrown when neither identifier is supplied, which is NothingToChange rather than a request.