다음을 통해 공유


UserOofSettings.OofState Property

The OofState property gets or sets the mailbox user's out of office (OOF) state.

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

Syntax

'Declaration
Public Property OofState As OofState
public OofState OofState { get; set; }
public:
property OofState OofState {
    OofState get ();
    void set (OofState value);
}
/** @property */
public OofState get_OofState ()

/** @property */
public void set_OofState (OofState value)
public function get OofState () : OofState

public function set OofState (value : OofState)

Property Value

The OofState property returns one of the OofState enumeration values that indicate the mailbox user's OOF state.

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)