ServicePRO SDK Help

IRequestServices..::..BeginGetSystemMailServers Method

Namespace:  ServicePRO.Sdk.Windows.Definitions
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetSystemMailServers(
	string userSessionKey,
	clsEnumeration..::..hsMailSettingsType serverType,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetSystemMailServers ( _
	userSessionKey As String, _
	serverType As clsEnumeration..::..hsMailSettingsType, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
serverType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsMailSettingsType
callback
Type: AsyncCallback
asyncState
Type: Object