FolderIdCollectionRemove(FolderId) - метод

Removes the specified folder Id from the collection.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public bool Remove(
	FolderId folderId
)

Параметры

folderId  FolderId
The folder Id to remove from the collection.

Возвращаемое значение

Boolean
True if the folder id was successfully removed from the collection, false otherwise.

См. также