Description
Adds a permission to a folder object.
Syntax
Add-MapiPermission | ||
-Folder | MapiObject<Mapi.NET.Folder> | |
-UserOrGroupIDs | MapiObject<Mapi.Net.EntryID[]> | |
-Rights | Mapi.NET.Flags.FolderRights[] |
Add-MapiPermission | ||
-Folder | MapiObject<Mapi.NET.Folder> | |
-UserOrGroupIDs | MapiObject<Mapi.Net.EntryID[]> | |
-Role | Mapi.NET.Flags.FolderRoles |
Add-MapiPermission | ||
-Folder | MapiObject<Mapi.NET.Folder> | |
-UserOrGroupAddresses | String[] | |
-Rights | Mapi.NET.Flags.FolderRights[] |
Add-MapiPermission | ||
-Folder | MapiObject<Mapi.NET.Folder> | |
-UserOrGroupAddresses | String[] | |
-Role | Mapi.NET.Flags.Roles |
Parameters
Folder | A folder object. Use Get-MapiFolder to get an instance of this object |
UserOrGroupIDs | An array of one or more EntryIDs representing mailbox users or mail-enabled security groups. |
UserOrGroupAddressses | An array of one or more email addresses representing mailbox users or mail-enabled security groups. |
Rights | An array of Mapi.NET.Flags.FolderRights that are OR'd together as a rights value
|
Role | One of the preset permisison roles from Mapi.NET.Flags.FolderRoles
|