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
sessionIMailboxNotificationSessionThe open session the caller owns.
Returns
- MailboxNotificationSessionResult
A result carrying the session.
Exceptions
- ArgumentNullException
Thrown when
sessionis null.