ExchangeServiceBinding.DeleteAttachmentAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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).