ExchangeServiceBinding.GetAttachmentAsync 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
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).