FolderPermissionCollection.Add(FolderPermission) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a permission to the collection.
public:
void Add(Microsoft::Exchange::WebServices::Data::FolderPermission ^ permission);
public void Add (Microsoft.Exchange.WebServices.Data.FolderPermission permission);
Public Sub Add (permission As FolderPermission)
Parameters
- permission
- FolderPermission
The permission to add.