ExchangeServiceBinding.BeginCopyItem Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O BeginCopyItem(CopyItemType, AsyncCallback, Object) método é utilizado para iniciar uma chamada assíncrona CopyItem(CopyItemType) .
public:
IAsyncResult ^ BeginCopyItem(ExchangeWebServices::CopyItemType ^ CopyItem1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginCopyItem(ExchangeWebServices.CopyItemType CopyItem1, AsyncCallback callback, object asyncState);
Public Function BeginCopyItem (CopyItem1 As CopyItemType, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parâmetros
- CopyItem1
- CopyItemType
- callback
- AsyncCallback
- asyncState
- Object
Retornos
O BeginCopyItem(CopyItemType, AsyncCallback, Object) método devolve um objeto IAsyncResult.