Hey pavel,
One thing i also want to know that, in case of search() of your library if i want to search emails by specific date then i can get this by using :
client.Folders.Inbox.Search("SINCE " + date , ImapX.Enums.MessageFetchMode.Full); // And date must be in format of ("dd-MMM-yyyy"), So this is fine with me.
But if i want to search emails by Time (assume since last one hour OR last 30 minutes ) then which format of date time i have to use ??
I tried ("dd-MMM-yyyy hh:MM:ss") but no luck, giving error that this query can't be processed .
Thank you.
One thing i also want to know that, in case of search() of your library if i want to search emails by specific date then i can get this by using :
client.Folders.Inbox.Search("SINCE " + date , ImapX.Enums.MessageFetchMode.Full); // And date must be in format of ("dd-MMM-yyyy"), So this is fine with me.
But if i want to search emails by Time (assume since last one hour OR last 30 minutes ) then which format of date time i have to use ??
I tried ("dd-MMM-yyyy hh:MM:ss") but no luck, giving error that this query can't be processed .
Thank you.