workmail_list_mailbox_export_jobs {paws.end.user.computing} | R Documentation |
Lists the mailbox export jobs started for the specified organization within the last seven days
Description
Lists the mailbox export jobs started for the specified organization within the last seven days.
See https://www.paws-r-sdk.com/docs/workmail_list_mailbox_export_jobs/ for full documentation.
Usage
workmail_list_mailbox_export_jobs(
OrganizationId,
NextToken = NULL,
MaxResults = NULL
)
Arguments
OrganizationId |
[required] The organization ID. |
NextToken |
The token to use to retrieve the next page of results. |
MaxResults |
The maximum number of results to return in a single call. |
[Package paws.end.user.computing version 0.7.0 Index]