다음을 통해 공유


GetUserOofSettingsResponse.OofSettings Property

The OofSettings property gets or sets the user's out of office (OOF) settings.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlElementAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
Public Property OofSettings As UserOofSettings
[XmlElementAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")] 
public UserOofSettings OofSettings { get; set; }
[XmlElementAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")] 
public:
property UserOofSettings^ OofSettings {
    UserOofSettings^ get ();
    void set (UserOofSettings^ value);
}
/** @property */
public UserOofSettings get_OofSettings ()

/** @property */
public void set_OofSettings (UserOofSettings value)
public function get OofSettings () : UserOofSettings

public function set OofSettings (value : UserOofSettings)

Property Value

The OofSettings property returns a UserOofSettings object that contains 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)