Table of Contents

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

Outcome MailboxNotificationOutcome

Whether a folder changed or the wait simply elapsed.

ChangedFolder MailFolderAlias?

The folder the server named, which is present exactly when Outcome is 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.