Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6897135
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:07:52+00:00 2026-05-27T07:07:52+00:00

Work on C#. In my desktop application ,successfully I can Use the IMAP4 to

  • 0

Work on C#. In my desktop application ,successfully I can Use the
IMAP4 to get mails from inbox . But Fail to get mails With in date range.suppose want to get mail’s with in range 27-Nov-2011 to 28-Nov-2011. I write bellow syntax but is not work.

Imap4Client imap = new Imap4Client();
imap.ConnectSsl(sImapHost, nImapPort);
imap.Login(sImapUser, sImapPassword);

inbox = imap.SelectMailbox(@"[Gmail]/Sent Mail");


MessageCollection messages = inbox.SearchParse("SINCE " + DateTime.Now.ToString("dd-MMM-yyyy"));

Need help to get mails in date range.

If have any query plz ask.Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T07:07:53+00:00Added an answer on May 27, 2026 at 7:07 am
    MessageCollection messages = inbox.SearchParse("SINCE " + DateTime.Now.ToString("dd-MMM-yyyy")); 
    

    means the mails since today.
    but you want them since another time

    var since = new DateTime(2011, 11, 27);
    var messages = inbox.SearchParse(“SINCE ” + since.ToString(“dd-MMM-yyyy”));

    EDIT

    Looked into the Mailbox.cs, the syntax is different

    var messages = inbox.SearchParse("SEARCH SINCE 27-Nov-2011 NOT BEFORE 28-NOV-2011");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I get Direct3D to work over a Remote Desktop connection? I am
Hi there I am desktop application developer but now i have to work on
my application needs multiple jars to work. Since it is a desktop application i
In my experience I have only had 2 patterns work for large-scale desktop application
I'm looking into creating a desktop and mobile app which can work together and
I am trying to build a desktop app to use facebook api and get
I work mostly on desktop application on Windows platform. Now I am focusing on
I have a desktop application . The functionality is complete, but user interface requires
I'm working on a desktop application that uses API keys for Twitter but AFAIK,
I work on a desktop application and I send frequent betas to testers using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.