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