Table of Contents

Method IsJunkFolder

Namespace
MailFathom.Application.Folders
Assembly
MailFathom.Application.dll

IsJunkFolder(MailAccountId, MailFolderAlias)

Reports whether one folder is the junk folder of its account.

bool IsJunkFolder(MailAccountId accountId, MailFolderAlias folderAlias)

Parameters

accountId MailAccountId

The account the folder belongs to.

folderAlias MailFolderAlias

MailFathom's own name for the folder.

Returns

bool

true when configuration maps that alias to the junk role.