FolderPermissionCollectionRemove - метод
Removes a permission from the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public bool Remove(
FolderPermission permission
)
Public Function Remove (
permission As FolderPermission
) As Boolean
public:
bool Remove(
FolderPermission^ permission
)
member Remove :
permission : FolderPermission -> bool
- permission FolderPermission
- The permission to remove.
BooleanTrue if the folder permission was successfully removed from the collection, false otherwise.