IEWSClientCreateFolder Method (String, String, ExchangeFolderPermissionCollection) |
Creates the new folder
Namespace:
Aspose.Email.Clients.Exchange.WebService
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
SyntaxExchangeFolderInfo CreateFolder(
string parentFolderUri,
string name,
ExchangeFolderPermissionCollection permissions
)
Function CreateFolder (
parentFolderUri As String,
name As String,
permissions As ExchangeFolderPermissionCollection
) As ExchangeFolderInfo
ExchangeFolderInfo^ CreateFolder(
String^ parentFolderUri,
String^ name,
ExchangeFolderPermissionCollection^ permissions
)
abstract CreateFolder :
parentFolderUri : string *
name : string *
permissions : ExchangeFolderPermissionCollection -> ExchangeFolderInfo
Parameters
- parentFolderUri
- Type: SystemString
The URI of parent folder - name
- Type: SystemString
The name of new folder - permissions
- Type: Aspose.Email.Clients.ExchangeExchangeFolderPermissionCollection
A permission on new folder
Return Value
Type:
ExchangeFolderInfoReturns folder information
See Also