ExchangeServiceBinding.MoveItem(MoveItemType) Method

Definition

The MoveItem(MoveItemType) method sends the request to and gets the response from a MoveItem operation.

public:
 ExchangeWebServices::MoveItemResponseType ^ MoveItem(ExchangeWebServices::MoveItemType ^ MoveItem1);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/exchange/services/2006/messages/MoveItem", 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("ExchangeImpersonation")]
[System.Web.Services.Protocols.SoapHeader("MailboxCulture")]
public ExchangeWebServices.MoveItemResponseType MoveItem (ExchangeWebServices.MoveItemType MoveItem1);
Public Function MoveItem (MoveItem1 As MoveItemType) As MoveItemResponseType

Parameters

MoveItem1
MoveItemType

An instance of the MoveItemType class that represents the set of items to move.

Returns

The MoveItem(MoveItemType) method returns a MoveItemResponseType object that contains the status of the MoveItem operation and the new identifiers of the moved items.

Attributes

Applies to