ExchangeServiceBinding.CreateAttachmentAsync 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
CreateAttachmentAsync(CreateAttachmentType, Object) |
El CreateAttachmentAsync(CreateAttachmentType, Object) método proporciona acceso asincrónico al método de servicio web CreateAttachment. |
CreateAttachmentAsync(CreateAttachmentType) |
El CreateAttachmentAsync(CreateAttachmentType) método proporciona acceso asincrónico al método de servicio web CreateAttachment. |
CreateAttachmentAsync(CreateAttachmentType, Object)
El CreateAttachmentAsync(CreateAttachmentType, Object) método proporciona acceso asincrónico al método de servicio web CreateAttachment.
public:
void CreateAttachmentAsync(ExchangeWebServices::CreateAttachmentType ^ CreateAttachment1, System::Object ^ userState);
public void CreateAttachmentAsync (ExchangeWebServices.CreateAttachmentType CreateAttachment1, object userState);
Public Sub CreateAttachmentAsync (CreateAttachment1 As CreateAttachmentType, userState As Object)
Parámetros
- CreateAttachment1
- CreateAttachmentType
La solicitud CreateAttachment.
- userState
- Object
Comentarios
Para obtener un ejemplo de una llamada asincrónica, vea FindFolderAsync(FindFolderType).
Se aplica a
CreateAttachmentAsync(CreateAttachmentType)
El CreateAttachmentAsync(CreateAttachmentType) método proporciona acceso asincrónico al método de servicio web CreateAttachment.
public:
void CreateAttachmentAsync(ExchangeWebServices::CreateAttachmentType ^ CreateAttachment1);
public void CreateAttachmentAsync (ExchangeWebServices.CreateAttachmentType CreateAttachment1);
Public Sub CreateAttachmentAsync (CreateAttachment1 As CreateAttachmentType)
Parámetros
- CreateAttachment1
- CreateAttachmentType
La solicitud CreateAttachment.
Comentarios
Para obtener un ejemplo de una llamada asincrónica, vea FindFolderAsync(FindFolderType).