I am trying to get a list of all the Delivery Dates, however
MessageInfoCollection msgCollection = folder.GetContents();
Only returns about 50 emails from the ‘Inbox’, when in-fact there are approx 14k emails.
Any help is appreciated!
I am trying to get a list of all the Delivery Dates, however
Hi,