Class ExchangeUserMailboxCallable
java.lang.Object
de.uplanet.lucy.server.auxiliaries.exchange.ExchangeUserMailboxCallable
Provides information about an user's Exchange mailbox account.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic de.uplanet.lucy.server.businesslogic.exchange.util.ExchangeUserMailboxInfo
Returns theExchangeUserMailboxInfo
instance for the current user.
-
Constructor Details
-
ExchangeUserMailboxCallable
public ExchangeUserMailboxCallable()
-
-
Method Details
-
getMailboxInfo
public static de.uplanet.lucy.server.businesslogic.exchange.util.ExchangeUserMailboxInfo getMailboxInfo()Returns theExchangeUserMailboxInfo
instance for the current user.- Returns:
- The ExchangeUserMailboxInfo instance for the current user.
-