Exchange client query - Urgent!!

Last post 03-02-2011, 6:30 PM by aspose.notifier. 3 replies.
Sort Posts: Previous Next
  •  02-11-2009, 9:05 AM 164659

    Exchange client query - Urgent!!

    Warm wishes!!

    Using ExchangeClient.ListMessages method, is there a way to pull 'N' number of emails or a range of emails (something like 1:5 i.e, first 5 messages)

    Coming to my primary Q:

    Our objective is to read emails from the ExchangeServer as soon as they reach the mailbox (Reading in timely manner, say call made once in a minute). we are expecting 10,000 emails per day. How can i pull only the latest emails and maintain them in my local DB(SQL). Currently, I tried using ListMessages which is giving Info about all the inbox emails. In our case at the end-of-day it will pull 10,000 and at end-of-week 50,000 and end-of-month un_imaginable and tedious. What is your suggestions to overcome this!!

     

    Pls advise... Cheers!!

     
  •  02-12-2009, 5:23 AM 164862 in reply to 164659

    Re: Exchange client query - Urgent!!

    Hello,

    Thanks for considering Aspose.

    Our developer will do some investigation about this issue. I will get back to you ASAP.

    Cheers,


    Team Lead
    Aspose Guangzhou Team
    About Us

    Contact Us
     
  •  02-12-2009, 6:20 AM 164871 in reply to 164659

    Re: Exchange client query - Urgent!!

    Hi,

    Thanks for considering Aspose.

    Pulling 'n' number of emails is currently not supported.

    Will you be keeping such large number of emails in the mailbox for a long time? In this case the ListMessage() method would fetch all messages which would take more time.

    One solution could be to list emails, compare the ExchangeMessageInfo.MessageId from the database records and save those emails which are not in the DB.

    I will discuss this issue with the development team. The process could be faster, if we use ListMessage to get ranged messages e.g. 1-100, then 101-199 etc, so that you dont have to read all the mails.

    Best Regards,
    Saqib Razzaq
    Support Developer, Aspose Sialkot Team
    http://www.aspose.com
    Your File Format Experts
     
  •  03-02-2011, 6:30 PM 288750 in reply to 164659

    Re: Exchange client query - Urgent!!

    The issues you have found earlier (filed as 17668) have been fixed in this update.


    This message was posted using Notification2Forum from Downloads module by aspose.notifier.
    (5)
     
View as RSS news feed in XML