ExchangeServiceBinding.GetAttachmentAsync 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.
Sobrecargas
GetAttachmentAsync(GetAttachmentType, Object) |
O GetAttachmentAsync(GetAttachmentType, Object) método fornece acesso assíncrono ao método do serviço Web GetAttachment. |
GetAttachmentAsync(GetAttachmentType) |
O GetAttachmentAsync(GetAttachmentType) método fornece acesso assíncrono ao método do serviço Web GetAttachment. |
GetAttachmentAsync(GetAttachmentType, Object)
O GetAttachmentAsync(GetAttachmentType, Object) método fornece acesso assíncrono ao método do serviço Web GetAttachment.
public:
void GetAttachmentAsync(ExchangeWebServices::GetAttachmentType ^ GetAttachment1, System::Object ^ userState);
public void GetAttachmentAsync(ExchangeWebServices.GetAttachmentType GetAttachment1, object userState);
Public Sub GetAttachmentAsync (GetAttachment1 As GetAttachmentType, userState As Object)
Parâmetros
- GetAttachment1
- GetAttachmentType
O pedido GetAttachment.
- userState
- Object
Comentários
Para obter um exemplo de uma chamada assíncrona, consulte FindFolderAsync(FindFolderType).
Aplica-se a
GetAttachmentAsync(GetAttachmentType)
O GetAttachmentAsync(GetAttachmentType) método fornece acesso assíncrono ao método do serviço Web GetAttachment.
public:
void GetAttachmentAsync(ExchangeWebServices::GetAttachmentType ^ GetAttachment1);
public void GetAttachmentAsync(ExchangeWebServices.GetAttachmentType GetAttachment1);
Public Sub GetAttachmentAsync (GetAttachment1 As GetAttachmentType)
Parâmetros
- GetAttachment1
- GetAttachmentType
O pedido GetAttachment.
Comentários
Para obter um exemplo de uma chamada assíncrona, consulte FindFolderAsync(FindFolderType).