ImapSearchParameter.Sent Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)
Sent(DateTime)
Messages that were sent on the specified date (disregarding time).
Declaration
public static ImapSearchParameter Sent(DateTime on)
Parameters
Type | Name | Description |
---|---|---|
Date |
on | Date. Time and time zone are ignored. |
Returns
Type | Description |
---|---|
Imap |
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 |
---|---|---|
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.