ExchangeServiceBinding.GetAttachmentAsync Método

Definição

Sobrecargas

GetAttachmentAsync(GetAttachmentType, Object)

O GetAttachmentAsync(GetAttachmentType, Object) método fornece acesso assíncrono para o método GetAttachment Web service.

GetAttachmentAsync(GetAttachmentType)

O GetAttachmentAsync(GetAttachmentType) método fornece acesso assíncrono para o método GetAttachment Web service.

GetAttachmentAsync(GetAttachmentType, Object)

O GetAttachmentAsync(GetAttachmentType, Object) método fornece acesso assíncrono para o método GetAttachment Web service.

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

A solicitação de 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 para o método GetAttachment Web service.

public:
 void GetAttachmentAsync(ExchangeWebServices::GetAttachmentType ^ GetAttachment1);
public void GetAttachmentAsync (ExchangeWebServices.GetAttachmentType GetAttachment1);
Public Sub GetAttachmentAsync (GetAttachment1 As GetAttachmentType)

Parâmetros

GetAttachment1
GetAttachmentType

A solicitação de GetAttachment.

Comentários

Para obter um exemplo de uma chamada assíncrona, consulte FindFolderAsync(FindFolderType).

Aplica-se a