FolderIdCollectionRemove(FolderId) - метод |
Removes the specified folder Id from the collection.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public bool Remove(
FolderId folderId
)
Public Function Remove (
folderId As FolderId
) As Boolean
public:
bool Remove(
FolderId^ folderId
)
member Remove :
folderId : FolderId -> bool
Параметры
- folderId
- Тип: Tessa.Exchange.WebServices.DataFolderId
The folder Id to remove from the collection.
Возвращаемое значение
Тип:
BooleanTrue if the folder id was successfully removed from the collection, false otherwise.
См. также