Table of Contents

Method Watching

Namespace
MailFathom.Application.Synchronization.Sessions
Assembly
MailFathom.Application.dll

Watching(IMailboxFolderSetNotificationSession)

Reports a set of folders the server will report changes for over one connection.

public static MailboxFolderSetNotificationSessionResult Watching(IMailboxFolderSetNotificationSession session)

Parameters

session IMailboxFolderSetNotificationSession

The open session the caller owns.

Returns

MailboxFolderSetNotificationSessionResult

A result carrying the session.

Exceptions

ArgumentNullException

Thrown when session is null.