Table of Contents

Method Copy

Namespace
MailFathom.Domain.Mutations
Assembly
MailFathom.Domain.dll

Copy(StoredEmailId, EmailOccurrenceId, MailboxMutationRequester, RemoteFolderPath)

Asks for a second live occurrence of one email to be put into another folder.

public static MailboxMutationRequest Copy(StoredEmailId storedEmailId, EmailOccurrenceId occurrence, MailboxMutationRequester requester, RemoteFolderPath destinationPath)

Parameters

storedEmailId StoredEmailId

The local email being copied.

occurrence EmailOccurrenceId

Where the email is now.

requester MailboxMutationRequester

The authored act asking.

destinationPath RemoteFolderPath

The folder to copy it into.

Returns

MailboxMutationRequest

The request to write down.

Exceptions

ArgumentNullException

Thrown when occurrence or requester is null.