Freigeben über


ExchangeServiceBinding.GetAttachmentAsync Methode

Definition

Überlädt

GetAttachmentAsync(GetAttachmentType, Object)

Die GetAttachmentAsync(GetAttachmentType, Object) -Methode bietet asynchronen Zugriff auf die GetAttachment-Webdienstmethode.

GetAttachmentAsync(GetAttachmentType)

Die GetAttachmentAsync(GetAttachmentType) -Methode bietet asynchronen Zugriff auf die GetAttachment-Webdienstmethode.

GetAttachmentAsync(GetAttachmentType, Object)

Die GetAttachmentAsync(GetAttachmentType, Object) -Methode bietet asynchronen Zugriff auf die GetAttachment-Webdienstmethode.

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)

Parameter

GetAttachment1
GetAttachmentType

Die GetAttachment-Anforderung.

userState
Object

Hinweise

Ein Beispiel für einen asynchronen Aufruf finden Sie unter FindFolderAsync(FindFolderType).

Gilt für:

GetAttachmentAsync(GetAttachmentType)

Die GetAttachmentAsync(GetAttachmentType) -Methode bietet asynchronen Zugriff auf die GetAttachment-Webdienstmethode.

public:
 void GetAttachmentAsync(ExchangeWebServices::GetAttachmentType ^ GetAttachment1);
public void GetAttachmentAsync (ExchangeWebServices.GetAttachmentType GetAttachment1);
Public Sub GetAttachmentAsync (GetAttachment1 As GetAttachmentType)

Parameter

GetAttachment1
GetAttachmentType

Die GetAttachment-Anforderung.

Hinweise

Ein Beispiel für einen asynchronen Aufruf finden Sie unter FindFolderAsync(FindFolderType).

Gilt für: