menu
ews package
documentation
ComplexProperties/FolderPermissionCollection.dart
FolderPermissionCollection
Add method
Add method
dark_mode
light_mode
Add
method
void
Add
(
FolderPermission
permission
)
Adds a permission to the collection.
The permission to add.
Implementation
void Add(FolderPermission permission) { this.InternalAdd(permission); }
ews package
documentation
ComplexProperties/FolderPermissionCollection
FolderPermissionCollection
Add method
FolderPermissionCollection class