etss1016
(Tao Tang)
January 16, 2020, 8:30am
1
Get the Outlook Mail Messages and output the “Date” by loop process. Error happened like below
etss1016
(Tao Tang)
January 16, 2020, 8:43am
2
Also i found another problem about mail’s “Sort”.
I using vbnet code as below to sort the mail descend by mail’s date. I checked the result found sort result is diffrent every time.
wk_MailList = wk_MailList.OrderByDescending(Function(x) DateTime.ParseExact( x.Headers(“Date”).ToString,“MM/dd/yyyy HH:mm:ss”,System.Globalization.CultureInfo.InvariantCulture).ToString(“yyyy/MM/dd”)).ToList()
SowmyaLeo
(Sowmya Sivakumar)
January 16, 2020, 9:29am
3
Please check to see if this link helps:
I am getting this error but I am not clear on the steps to take, lot of information to process in here.
I have some arguments that are passing data dictionaries and Jobjects. Is this what could be causing the error and how would I fix it?
I tried adding the system.IO reference but doesn’t seem to be the difference
With the write line is this the total size of the output that occurs. Or one individual write line that is too large?
etss1016
(Tao Tang)
January 30, 2020, 1:12am
4
Who can tell me the limitation of a read a message from Outlook? Thank you in advance.
etss1016
(Tao Tang)
February 6, 2020, 6:03am
5
Remove any arguments that specified in “Get Outlook Mail Messages”, will fix this issue.
system
(system)
Closed
February 9, 2020, 6:03am
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.