Table of Contents

Method EmptyRange

Namespace
MailFathom.Application.Emails.Mailboxes
Assembly
MailFathom.Application.dll

EmptyRange(string)

Refuses a range filter whose end is not after its start.

public static MailboxQueryFilterInvalidException EmptyRange(string filterName)

Parameters

filterName string

How this assembly names the filter, for example received date range.

Returns

MailboxQueryFilterInvalidException

The failure to raise.

Remarks

A range that ends where it starts, or before it, selects nothing. It is refused for the reason an unusable address is: the caller wrote two bounds and a page of nothing would read as an answer about the mailbox.