다음을 통해 공유


ExchangeServiceBinding.CreateFolder Method

Creates a folder.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function CreateFolder ( _
    CreateFolder1 As CreateFolderType _
) As CreateFolderResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim CreateFolder1 As CreateFolderType
Dim returnValue As CreateFolderResponseType

returnValue = instance.CreateFolder(CreateFolder1)
public CreateFolderResponseType CreateFolder(
    CreateFolderType CreateFolder1
)

Parameters

  • CreateFolder1
    Type: CreateFolderType
    A folder to create.

Return Value

Type: CreateFolderResponseType
An object representing a folder.

See Also

Reference

ExchangeServiceBinding Class

ExchangeServiceBinding Members

Microsoft.SharePoint.Portal.WebControls Namespace