AsynchronousWebPartService.GetOofStatusForMultipleUsers Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Portal.Internal
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetOofStatusForMultipleUsers ( _
    emailAddresses As String() _
) As String()
'Usage
Dim instance As AsynchronousWebPartService
Dim emailAddresses As String()
Dim returnValue As String()

returnValue = instance.GetOofStatusForMultipleUsers(emailAddresses)
[WebMethodAttribute]
public string[] GetOofStatusForMultipleUsers(
    string[] emailAddresses
)

Parameters

  • emailAddresses
    Type: []

Return Value

Type: []
Returns String.

See Also

Reference

AsynchronousWebPartService Class

AsynchronousWebPartService Members

Microsoft.SharePoint.Portal.Internal Namespace