Method Accepted
- Namespace
- MailFathom.Application.Mail.Delivery.Operations
- Assembly
- MailFathom.Application.dll
Accepted(OutboxQuery)
Reports a request that names a page.
public static OutboxQueryResult Accepted(OutboxQuery query)
Parameters
queryOutboxQueryThe validated query.
Returns
- OutboxQueryResult
An accepted result.
Exceptions
- ArgumentNullException
Thrown when
queryis null.