ExchangeServiceBinding.CreateAttachmentAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CreateAttachmentAsync(CreateAttachmentType, Object) |
Die CreateAttachmentAsync(CreateAttachmentType, Object) -Methode bietet asynchronen Zugriff auf die CreateAttachment-Webdienstmethode. |
CreateAttachmentAsync(CreateAttachmentType) |
Die CreateAttachmentAsync(CreateAttachmentType) -Methode bietet asynchronen Zugriff auf die CreateAttachment-Webdienstmethode. |
CreateAttachmentAsync(CreateAttachmentType, Object)
Die CreateAttachmentAsync(CreateAttachmentType, Object) -Methode bietet asynchronen Zugriff auf die CreateAttachment-Webdienstmethode.
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)
Parameter
- CreateAttachment1
- CreateAttachmentType
Die CreateAttachment-Anforderung.
- userState
- Object
Hinweise
Ein Beispiel für einen asynchronen Aufruf finden Sie unter FindFolderAsync(FindFolderType).
Gilt für:
CreateAttachmentAsync(CreateAttachmentType)
Die CreateAttachmentAsync(CreateAttachmentType) -Methode bietet asynchronen Zugriff auf die CreateAttachment-Webdienstmethode.
public:
void CreateAttachmentAsync(ExchangeWebServices::CreateAttachmentType ^ CreateAttachment1);
public void CreateAttachmentAsync (ExchangeWebServices.CreateAttachmentType CreateAttachment1);
Public Sub CreateAttachmentAsync (CreateAttachment1 As CreateAttachmentType)
Parameter
- CreateAttachment1
- CreateAttachmentType
Die CreateAttachment-Anforderung.
Hinweise
Ein Beispiel für einen asynchronen Aufruf finden Sie unter FindFolderAsync(FindFolderType).