ExchangeServiceBinding.SyncFolderHierarchyAsync Method

Definition

Overloads

SyncFolderHierarchyAsync(SyncFolderHierarchyType)

The SyncFolderHierarchyAsync(SyncFolderHierarchyType) method provides asynchronous access to the SyncFolderHierarchy Web service method.

SyncFolderHierarchyAsync(SyncFolderHierarchyType, Object)

The SyncFolderHierarchyAsync(SyncFolderHierarchyType, Object) method provides asynchronous access to the SyncFolderHierarchy Web service method.

SyncFolderHierarchyAsync(SyncFolderHierarchyType)

The SyncFolderHierarchyAsync(SyncFolderHierarchyType) method provides asynchronous access to the SyncFolderHierarchy Web service method.

public:
 void SyncFolderHierarchyAsync(ExchangeWebServices::SyncFolderHierarchyType ^ SyncFolderHierarchy1);
public void SyncFolderHierarchyAsync (ExchangeWebServices.SyncFolderHierarchyType SyncFolderHierarchy1);
Public Sub SyncFolderHierarchyAsync (SyncFolderHierarchy1 As SyncFolderHierarchyType)

Parameters

SyncFolderHierarchy1
SyncFolderHierarchyType

The SyncFolderHierarchy request.

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to

SyncFolderHierarchyAsync(SyncFolderHierarchyType, Object)

The SyncFolderHierarchyAsync(SyncFolderHierarchyType, Object) method provides asynchronous access to the SyncFolderHierarchy Web service method.

public:
 void SyncFolderHierarchyAsync(ExchangeWebServices::SyncFolderHierarchyType ^ SyncFolderHierarchy1, System::Object ^ userState);
public void SyncFolderHierarchyAsync (ExchangeWebServices.SyncFolderHierarchyType SyncFolderHierarchy1, object userState);
Public Sub SyncFolderHierarchyAsync (SyncFolderHierarchy1 As SyncFolderHierarchyType, userState As Object)

Parameters

SyncFolderHierarchy1
SyncFolderHierarchyType

The SyncFolderHierarchy request.

userState
Object

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to