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