ExchangeServiceBinding.BeginCreateAttachment 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 BeginCreateAttachment(CreateAttachmentType, AsyncCallback, Object) método é usado para iniciar uma chamada assíncrona CreateAttachment(CreateAttachmentType) .
public:
IAsyncResult ^ BeginCreateAttachment(ExchangeWebServices::CreateAttachmentType ^ CreateAttachment1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginCreateAttachment (ExchangeWebServices.CreateAttachmentType CreateAttachment1, AsyncCallback callback, object asyncState);
Public Function BeginCreateAttachment (CreateAttachment1 As CreateAttachmentType, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parâmetros
- CreateAttachment1
- CreateAttachmentType
- callback
- AsyncCallback
- asyncState
- Object
Retornos
O BeginCreateAttachment(CreateAttachmentType, AsyncCallback, Object) método retorna um objeto IAsynchResult.