FolderPermissionCollectionRemove - метод
Removes a permission from the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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.