Compartir a través de


ExchangeServiceBinding.DeleteAttachmentAsync Método

Definición

Sobrecargas

DeleteAttachmentAsync(DeleteAttachmentType)

El DeleteAttachmentAsync(DeleteAttachmentType) método proporciona acceso asincrónico al método de servicio web DeleteAttachment.

DeleteAttachmentAsync(DeleteAttachmentType, Object)

El DeleteAttachmentAsync(DeleteAttachmentType, Object) método proporciona acceso asincrónico al método de servicio web DeleteAttachment.

DeleteAttachmentAsync(DeleteAttachmentType)

El DeleteAttachmentAsync(DeleteAttachmentType) método proporciona acceso asincrónico al método de servicio web DeleteAttachment.

public:
 void DeleteAttachmentAsync(ExchangeWebServices::DeleteAttachmentType ^ DeleteAttachment1);
public void DeleteAttachmentAsync (ExchangeWebServices.DeleteAttachmentType DeleteAttachment1);
Public Sub DeleteAttachmentAsync (DeleteAttachment1 As DeleteAttachmentType)

Parámetros

DeleteAttachment1
DeleteAttachmentType

La solicitud DeleteAttachment.

Comentarios

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

Se aplica a

DeleteAttachmentAsync(DeleteAttachmentType, Object)

El DeleteAttachmentAsync(DeleteAttachmentType, Object) método proporciona acceso asincrónico al método de servicio web DeleteAttachment.

public:
 void DeleteAttachmentAsync(ExchangeWebServices::DeleteAttachmentType ^ DeleteAttachment1, System::Object ^ userState);
public void DeleteAttachmentAsync (ExchangeWebServices.DeleteAttachmentType DeleteAttachment1, object userState);
Public Sub DeleteAttachmentAsync (DeleteAttachment1 As DeleteAttachmentType, userState As Object)

Parámetros

DeleteAttachment1
DeleteAttachmentType

La solicitud DeleteAttachment.

userState
Object

Comentarios

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

Se aplica a