ExchangeServiceBinding.CreateAttachmentAsync Método

Definição

Sobrecargas

CreateAttachmentAsync(CreateAttachmentType, Object)

O CreateAttachmentAsync(CreateAttachmentType, Object) método fornece acesso assíncrono para o método CreateAttachment Web service.

CreateAttachmentAsync(CreateAttachmentType)

O CreateAttachmentAsync(CreateAttachmentType) método fornece acesso assíncrono para o método CreateAttachment Web service.

CreateAttachmentAsync(CreateAttachmentType, Object)

O CreateAttachmentAsync(CreateAttachmentType, Object) método fornece acesso assíncrono para o método CreateAttachment Web service.

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

A solicitação de CreateAttachment.

userState
Object

Comentários

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

Aplica-se a

CreateAttachmentAsync(CreateAttachmentType)

O CreateAttachmentAsync(CreateAttachmentType) método fornece acesso assíncrono para o método CreateAttachment Web service.

public:
 void CreateAttachmentAsync(ExchangeWebServices::CreateAttachmentType ^ CreateAttachment1);
public void CreateAttachmentAsync (ExchangeWebServices.CreateAttachmentType CreateAttachment1);
Public Sub CreateAttachmentAsync (CreateAttachment1 As CreateAttachmentType)

Parâmetros

CreateAttachment1
CreateAttachmentType

A solicitação de CreateAttachment.

Comentários

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

Aplica-se a