Table of Contents

Method Synchronized

Namespace
MailFathom.Infrastructure.Observability
Assembly
MailFathom.Infrastructure.dll

Synchronized(string, int, int)

Records a folder that was synchronized, and what it brought in.

public void Synchronized(string folderAlias, int storedEmailCount, int skippedEmailCount)

Parameters

folderAlias string

MailFathom's own name for the folder.

storedEmailCount int

How many messages were stored with their content.

skippedEmailCount int

How many were recorded from their envelope alone.