workmail_list_mail_domains {paws.end.user.computing} | R Documentation |
Lists the mail domains in a given WorkMail organization
Description
Lists the mail domains in a given WorkMail organization.
See https://www.paws-r-sdk.com/docs/workmail_list_mail_domains/ for full documentation.
Usage
workmail_list_mail_domains(OrganizationId, MaxResults = NULL, NextToken = NULL)
Arguments
OrganizationId |
[required] The WorkMail organization for which to list domains. |
MaxResults |
The maximum number of results to return in a single call. |
NextToken |
The token to use to retrieve the next page of results. The first call does not require a token. |
[Package paws.end.user.computing version 0.9.0 Index]