FolderPermissionCollection.AddRange 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 the specified permissions to the collection.
public:
void AddRange(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::FolderPermission ^> ^ permissions);
public void AddRange (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.FolderPermission> permissions);
Public Sub AddRange (permissions As IEnumerable(Of FolderPermission))
Parameters
- permissions
- IEnumerable<FolderPermission>
The permissions to add.