Compartir a través de


ExchangeServiceBinding.CreateAttachmentAsync Método

Definición

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

Se aplica a