Modifier and Type | Method and Description |
---|---|
GraphFolderInfo |
IGraphClient.copyFolder(String newParentId,
String itemId)
Copy a mailfolder and its contents to another mailfolder.
|
GraphFolderInfo |
IGraphClient.createFolder(String folderName)
Create new folder.
|
GraphFolderInfo |
IGraphClient.createFolder(String parentFolderId,
String folderName)
Create new folder.
|
GraphFolderInfo |
IGraphClient.getFolder(String id)
Gets folder by an id.
|
GraphFolderInfo |
IGraphClient.moveFolder(String newParentId,
String itemId)
Move a mailfolder and its contents to another mailfolder.
|
GraphFolderInfo |
IGraphClient.updateFolder(GraphFolderInfo folderInfo)
Updates folder.
|
Modifier and Type | Method and Description |
---|---|
GraphFolderInfo |
IGraphClient.updateFolder(GraphFolderInfo folderInfo)
Updates folder.
|
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.