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
accountIdMailAccountIdThe account the answer is sent as.
emailAuthoredEmailThe authored message.
Returns
- AuthoredResponse
An authored result.
Exceptions
- ArgumentNullException
Thrown when
emailis null.