ExchangeServiceBinding.DeleteAttachmentAsync 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
DeleteAttachmentAsync(DeleteAttachmentType) |
Die DeleteAttachmentAsync(DeleteAttachmentType) -Methode bietet asynchronen Zugriff auf die DeleteAttachment-Webdienstmethode. |
DeleteAttachmentAsync(DeleteAttachmentType, Object) |
Die DeleteAttachmentAsync(DeleteAttachmentType, Object) -Methode bietet asynchronen Zugriff auf die DeleteAttachment-Webdienstmethode. |
DeleteAttachmentAsync(DeleteAttachmentType)
Die DeleteAttachmentAsync(DeleteAttachmentType) -Methode bietet asynchronen Zugriff auf die DeleteAttachment-Webdienstmethode.
public:
void DeleteAttachmentAsync(ExchangeWebServices::DeleteAttachmentType ^ DeleteAttachment1);
public void DeleteAttachmentAsync (ExchangeWebServices.DeleteAttachmentType DeleteAttachment1);
Public Sub DeleteAttachmentAsync (DeleteAttachment1 As DeleteAttachmentType)
Parameter
- DeleteAttachment1
- DeleteAttachmentType
Die DeleteAttachment-Anforderung.
Hinweise
Ein Beispiel für einen asynchronen Aufruf finden Sie unter FindFolderAsync(FindFolderType).
Gilt für:
DeleteAttachmentAsync(DeleteAttachmentType, Object)
Die DeleteAttachmentAsync(DeleteAttachmentType, Object) -Methode bietet asynchronen Zugriff auf die DeleteAttachment-Webdienstmethode.
public:
void DeleteAttachmentAsync(ExchangeWebServices::DeleteAttachmentType ^ DeleteAttachment1, System::Object ^ userState);
public void DeleteAttachmentAsync (ExchangeWebServices.DeleteAttachmentType DeleteAttachment1, object userState);
Public Sub DeleteAttachmentAsync (DeleteAttachment1 As DeleteAttachmentType, userState As Object)
Parameter
- DeleteAttachment1
- DeleteAttachmentType
Die DeleteAttachment-Anforderung.
- userState
- Object
Hinweise
Ein Beispiel für einen asynchronen Aufruf finden Sie unter FindFolderAsync(FindFolderType).