Class ExchangeMailListener

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasPhysicalDestination, IConfigurable, IHasProcessState<MailItemId>, IListener<MailItemId>, IProvidesMessageBrowsers<MailItemId>, IPullingListener<MailItemId>, IScopeProvider, NameAware, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Category(ADVANCED) public class ExchangeMailListener extends AbstractMailListener<MailItemId, MailMessage, ExchangeFileSystem>
Implementation of a AbstractFileSystemSender that enables to manipulate messages in an Exchange folder. Uses the MS Graph API to manage a mailbox. Compared to older versions of the Frank!Framework the DELETE action was a soft delete. Now it's a hard delete and thus no longer moves the mail item to the Archive or Deleted items.
See Also: