Class ExchangeFileSystemSender

All Implemented Interfaces:
FrankElement, HasApplicationContext, HasName, HasPhysicalDestination, IConfigurable, IScopeProvider, ISender, ISenderWithParameters, IWithParameters, NameAware, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.Lifecycle
Direct Known Subclasses:
ExchangeFolderSender

public class ExchangeFileSystemSender extends AbstractFileSystemSender<MailItemId, 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: