ExchangeServiceBinding.BeginGetSharingFolder Method
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function BeginGetSharingFolder ( _
GetSharingFolder1 As GetSharingFolderType, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim GetSharingFolder1 As GetSharingFolderType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginGetSharingFolder(GetSharingFolder1, _
callback, asyncState)
public IAsyncResult BeginGetSharingFolder(
GetSharingFolderType GetSharingFolder1,
AsyncCallback callback,
Object asyncState
)
Parameters
- GetSharingFolder1
Type: ExchangeWebServices.GetSharingFolderType
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.