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