Interface O365MailboxPurgeRequest

All Known Implementing Classes:
ImmutableO365MailboxPurgeRequest

public interface O365MailboxPurgeRequest
A Mailbox Purge Request.
Author:
Sachin Mittal
  • Method Summary

    Modifier and Type
    Method
    Description
    The mailbox / username marked for purging.
    The user native uuids for the mailboxes marked for purging.
  • Method Details

    • userNativeUuid

      String userNativeUuid()
      The user native uuids for the mailboxes marked for purging.
    • mailbox

      String mailbox()
      The mailbox / username marked for purging.