Class ExchangeUserMailboxCallable
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.exchange.ExchangeUserMailboxCallable
-
@VelocityCallable("singleton") public final class ExchangeUserMailboxCallable extends Object
Provides information about an user's Exchange mailbox account.
-
-
Constructor Summary
Constructors Constructor Description ExchangeUserMailboxCallable()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExchangeUserMailboxInfo
getMailboxInfo()
Returns theExchangeUserMailboxInfo
instance for the current user.
-
-
-
Method Detail
-
getMailboxInfo
public static ExchangeUserMailboxInfo getMailboxInfo()
Returns theExchangeUserMailboxInfo
instance for the current user.- Returns:
- The ExchangeUserMailboxInfo instance for the current user.
-
-