I have an Email Archive profile that creates an error in the event log every time it runs. It picks files out of the email folder it's supposed to monitor and moves them to another folder, but does not import the messages into LF.
The message is pasted below.
I will be very grateful for any ideas or clues about what's going on.
Thank you!
=========================
Error occurred when request server in profile 'TRE Memo Processing - xxx@yyy.org'. System.InvalidOperationException.
Message: The From property must not be null.
StackTrace: at S22.Imap.MailMessageExtension.BuildHeader(MailMessage m)
at S22.Imap.MailMessageExtension.ToMIME822(MailMessage message)
at S22.Imap.ImapClient.StoreMessage(MailMessage message, Boolean seen, String mailbox)
at Laserfiche.EmailArchive.ImapEmailSourceProvider.WorkerThreadRun()
=========================