Table of Contents

Method Watching

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

Watching(IMailboxNotificationSession)

Reports a folder the server will report changes for.

public static MailboxNotificationSessionResult Watching(IMailboxNotificationSession session)

Parameters

session IMailboxNotificationSession

The open session the caller owns.

Returns

MailboxNotificationSessionResult

A result carrying the session.

Exceptions

ArgumentNullException

Thrown when session is null.