ExchangeServiceBinding.UpdateFolder Method

Modifies properties of an existing item in the Microsoft Exchange Server 2007 data store.

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

Syntax

'Declaration
Public Function UpdateFolder ( _
    UpdateFolder1 As UpdateFolderType _
) As UpdateFolderResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim UpdateFolder1 As UpdateFolderType
Dim returnValue As UpdateFolderResponseType

returnValue = instance.UpdateFolder(UpdateFolder1)
public UpdateFolderResponseType UpdateFolder(
    UpdateFolderType UpdateFolder1
)

Parameters

  • UpdateFolder1
    Type: UpdateFolderType

Return Value

Type: UpdateFolderResponseType

See Also

Reference

ExchangeServiceBinding Class

ExchangeServiceBinding Members

Microsoft.SharePoint.Portal.WebControls Namespace