Constructor MailboxFolderSetNotificationOutcome
- Namespace
- MailFathom.Application.Synchronization.Sessions
- Assembly
- MailFathom.Application.dll
MailboxFolderSetNotificationOutcome(MailboxNotificationOutcome, MailFolderAlias?)
States how a wait over a set of watched folders ended, and which folder ended it.
public MailboxFolderSetNotificationOutcome(MailboxNotificationOutcome Outcome, MailFolderAlias? ChangedFolder)
Parameters
OutcomeMailboxNotificationOutcomeWhether a folder changed or the wait simply elapsed.
ChangedFolderMailFolderAlias?The folder the server named, which is present exactly when
Outcomeis FolderChanged.
Remarks
The alias is carried for the operator rather than for the pass: a run covers every folder of the account regardless, and what an operator cannot otherwise see is which folder the server is actually reporting through the subscription.