ImapSearchParameter.Arrived Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)
Arrived(DateTime)
Messages that arrived on the specified date (disregarding time).
Declaration
public static ImapSearchParameter Arrived(DateTime on)
Parameters
Type | Name | Description |
---|---|---|
Date |
on | Date. Time and time zone are ignored. |
Returns
Type | Description |
---|---|
Imap |
A search parameter. |
Arrived(DateTime, DateTime)
Messages that arrived in the specified date interval (disregarding time).
Declaration
public static ImapSearchParameter Arrived(DateTime since, DateTime before)
Parameters
Type | Name | Description |
---|---|---|
Date |
since | The lower bound of the date interval, or Min |
Date |
before | The upper bound of the date interval, or Max |
Returns
Type | Description |
---|---|
Imap |
A search parameter. |
Remarks
The bounds are also included in the interval. Time and time zone are ignored.