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
markedReadRecordIdMailboxMutationRecordId?The record carrying the
\Seenchange, or null when none was asked for.filedRecordIdMailboxMutationRecordId?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.