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