microsoft.exchange.webservices.data.OofState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of exchange-ws-api Show documentation
Show all versions of exchange-ws-api Show documentation
The source came from http://archive.msdn.microsoft.com/ewsjavaapi
Support for Maven has been added.
/**************************************************************************
* copyright file="OofState.java" company="Microsoft"
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* Defines the OofState.java.
**************************************************************************/
package microsoft.exchange.webservices.data;
/**
* Defines a user's Out of Office Assistant status.
*/
public enum OofState {
// The assistant is diabled.
/** The Disabled. */
Disabled,
// The assistant is enabled.
/** The Enabled. */
Enabled,
// The assistant is scheduled.
/** The Scheduled. */
Scheduled
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy