Class ExpiredControllerApi

Hierarchy

Constructors

Properties

configuration: Configuration = ...

Methods

  • Inboxes created with an expiration date will expire after the given date and be moved to an ExpiredInbox entity. You can still read emails in the inbox but it can no longer send or receive emails. Fetch the expired inboxes to view the old inboxes properties Get an expired inbox record

    Parameters

    Returns Promise<ExpiredInboxDto>

  • Inboxes created with an expiration date will expire after the given date. An ExpiredInboxRecord is created that records the inboxes old ID and email address. You can still read emails in the inbox (using the inboxes old ID) but the email address associated with the inbox can no longer send or receive emails. Fetch expired inbox records to view the old inboxes properties List records of expired inboxes

    Parameters

    Returns Promise<PageExpiredInboxRecordProjection>