Method Accepted
- Namespace
- MailFathom.Application.Rules.History
- Assembly
- MailFathom.Application.dll
Accepted(MailRuleExecutionQuery)
Reports a request that names a page.
public static MailRuleExecutionQueryResult Accepted(MailRuleExecutionQuery query)
Parameters
queryMailRuleExecutionQueryThe validated query.
Returns
- MailRuleExecutionQueryResult
An accepted result.
Exceptions
- ArgumentNullException
Thrown when
queryis null.