Table of Contents

Method Authored

Namespace
MailFathom.Application.Mail.Delivery.Authoring
Assembly
MailFathom.Application.dll

Authored(MailAccountId, AuthoredEmail)

Reports the answer somebody wrote to a stored email.

public static AuthoredResponse Authored(MailAccountId accountId, AuthoredEmail email)

Parameters

accountId MailAccountId

The account the answer is sent as.

email AuthoredEmail

The authored message.

Returns

AuthoredResponse

An authored result.

Exceptions

ArgumentNullException

Thrown when email is null.