Gets the effects of an organization's access control rules as they apply to a specified IPv4 address, access protocol action, and user ID or impersonation role ID. You must provide either the user ID or impersonation role ID. Impersonation role ID can only be used with Action EWS.
See https://www.paws-r-sdk.com/docs/workmail_get_access_control_effect/ for full documentation.
workmail_get_access_control_effect(
OrganizationId,
IpAddress,
Action,
UserId = NULL,
ImpersonationRoleId = NULL
)
[required] The identifier for the organization.
[required] The IPv4 address.
[required] The access protocol action. Valid values include ActiveSync
,
AutoDiscover
, EWS
, IMAP
, SMTP
, WindowsOutlook
, and WebMail
.
The user ID.
The impersonation role ID.