Compartilhar via


ExchangeServiceBinding.DeleteAttachmentAsync Método

Definição

Sobrecargas

DeleteAttachmentAsync(DeleteAttachmentType)

O DeleteAttachmentAsync(DeleteAttachmentType) método fornece acesso assíncrono ao método do serviço Web DeleteAttachment.

DeleteAttachmentAsync(DeleteAttachmentType, Object)

O DeleteAttachmentAsync(DeleteAttachmentType, Object) método fornece acesso assíncrono ao método do serviço Web DeleteAttachment.

DeleteAttachmentAsync(DeleteAttachmentType)

O DeleteAttachmentAsync(DeleteAttachmentType) método fornece acesso assíncrono ao método do serviço Web DeleteAttachment.

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

Parâmetros

DeleteAttachment1
DeleteAttachmentType

O pedido DeleteAttachment.

Comentários

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

Aplica-se a

DeleteAttachmentAsync(DeleteAttachmentType, Object)

O DeleteAttachmentAsync(DeleteAttachmentType, Object) método fornece acesso assíncrono ao método do serviço 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

O pedido DeleteAttachment.

userState
Object

Comentários

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

Aplica-se a