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