Table of Contents

Method For

Namespace
MailFathom.Application.Jobs
Assembly
MailFathom.Application.dll

For(MailAccountId, OutgoingEmailId)

Describes one held send as the document a job carries.

public static HeldSendJobPayload For(MailAccountId accountId, OutgoingEmailId outgoingEmailId)

Parameters

accountId MailAccountId

The account whose outbox holds the message.

outgoingEmailId OutgoingEmailId

The record the message was written down as.

Returns

HeldSendJobPayload

The payload naming that held send.