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