Method ReadFolder
- Assembly
- MailFathom.Application.dll
ReadFolder(MailFolderIdentity)
Reads how one folder's most recent turn through a run ended.
public MailFolderRunReport? ReadFolder(MailFolderIdentity folder)
Parameters
folderMailFolderIdentityThe account and alias to read.
Returns
- MailFolderRunReport
The report, or null when no run of this process has taken a turn for that folder.
Exceptions
- ArgumentNullException
Thrown when
folderis null.