ExchangeServiceBinding.GetUserOofSettings Method
The GetUserOofSettings method sends the request to and gets the response from a GetUserOofSettings operation.
Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)
Syntax
'Declaration
<SoapHeaderAttribute("ServerVersionInfoValue", Direction:=SoapHeaderDirection.Out)> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetUserOofSettings", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Bare)> _
Public Function GetUserOofSettings ( _
GetUserOofSettingsRequest As GetUserOofSettingsRequest _
) As GetUserOofSettingsResponse
[SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetUserOofSettings", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)]
public GetUserOofSettingsResponse GetUserOofSettings (
GetUserOofSettingsRequest GetUserOofSettingsRequest
)
[SoapHeaderAttribute(L"ServerVersionInfoValue", Direction=SoapHeaderDirection::Out)]
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/exchange/services/2006/messages/GetUserOofSettings", Use=SoapBindingUse::Literal, ParameterStyle=SoapParameterStyle::Bare)]
public:
GetUserOofSettingsResponse^ GetUserOofSettings (
GetUserOofSettingsRequest^ GetUserOofSettingsRequest
)
/** @attribute SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out) */
/** @attribute SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetUserOofSettings", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare) */
public GetUserOofSettingsResponse GetUserOofSettings (
GetUserOofSettingsRequest GetUserOofSettingsRequest
)
SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)
SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetUserOofSettings", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)
public function GetUserOofSettings (
GetUserOofSettingsRequest : GetUserOofSettingsRequest
) : GetUserOofSettingsResponse
Parameters
- GetUserOofSettingsRequest
An instance of the GetUserOofSettingsRequest class that represents the query for a user's OOF status.
Return Value
The GetUserOofSettings method returns a GetUserOofSettingsResponse object that contains the status of the GetUserOofSettingsRequest and the user's OOF settings.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
ExchangeServiceBinding Class
ExchangeServiceBinding Members
ExchangeWebServices Namespace