ExchangeServiceBinding.MoveFolder(MoveFolderType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The MoveFolder(MoveFolderType) method sends the request to and gets the response from a MoveFolder operation.
public:
ExchangeWebServices::MoveFolderResponseType ^ MoveFolder(ExchangeWebServices::MoveFolderType ^ MoveFolder1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/MoveFolder", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare, Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("RequestServerVersionValue")]
[System.Web.Services.Protocols.SoapHeader("ServerVersionInfoValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("MailboxCulture")]
[System.Web.Services.Protocols.SoapHeader("ExchangeImpersonation")]
public ExchangeWebServices.MoveFolderResponseType MoveFolder (ExchangeWebServices.MoveFolderType MoveFolder1);
Public Function MoveFolder (MoveFolder1 As MoveFolderType) As MoveFolderResponseType
Parameters
- MoveFolder1
- MoveFolderType
An instance of the MoveFolderType class that represents the set of folders to move.
Returns
The MoveFolder(MoveFolderType) method returns a MoveFolderResponseType object that contains the status of the MoveFolder operation and the new identifiers of the moved folders.
- Attributes