Compartir a través de


ExchangeServiceBinding.GetAttachmentAsync Método

Definición

Sobrecargas

GetAttachmentAsync(GetAttachmentType, Object)

El GetAttachmentAsync(GetAttachmentType, Object) método proporciona acceso asincrónico al método de servicio web GetAttachment.

GetAttachmentAsync(GetAttachmentType)

El GetAttachmentAsync(GetAttachmentType) método proporciona acceso asincrónico al método de servicio web GetAttachment.

GetAttachmentAsync(GetAttachmentType, Object)

El GetAttachmentAsync(GetAttachmentType, Object) método proporciona acceso asincrónico al método de servicio 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

La solicitud GetAttachment.

userState
Object

Comentarios

Para obtener un ejemplo de una llamada asincrónica, vea FindFolderAsync(FindFolderType).

Se aplica a

GetAttachmentAsync(GetAttachmentType)

El GetAttachmentAsync(GetAttachmentType) método proporciona acceso asincrónico al método de servicio web GetAttachment.

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

Parámetros

GetAttachment1
GetAttachmentType

La solicitud GetAttachment.

Comentarios

Para obtener un ejemplo de una llamada asincrónica, vea FindFolderAsync(FindFolderType).

Se aplica a