View source: R/workmail_operations.R
workmail_create_resource | R Documentation |
Creates a new WorkMail resource.
See https://www.paws-r-sdk.com/docs/workmail_create_resource/ for full documentation.
workmail_create_resource(
OrganizationId,
Name,
Type,
Description = NULL,
HiddenFromGlobalAddressList = NULL
)
OrganizationId |
[required] The identifier associated with the organization for which the resource is created. |
Name |
[required] The name of the new resource. |
Type |
[required] The type of the new resource. The available types are |
Description |
Resource description. |
HiddenFromGlobalAddressList |
If this parameter is enabled, the resource will be hidden from the address book. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.