Uses of Interface
de.uplanet.lucy.server.businesslogic.exchange.util.IExchangeMailboxUtil
Packages that use IExchangeMailboxUtil
Package
Description
-
Uses of IExchangeMailboxUtil in de.uplanet.lucy.server.businesslogic.exchange.util
Methods in de.uplanet.lucy.server.businesslogic.exchange.util that return IExchangeMailboxUtilModifier and TypeMethodDescriptionstatic IExchangeMailboxUtil
ExchangeUtils.getMailboxUtil()
Returns aIExchangeMailboxUtil
instance initialized with the current context connection.static IExchangeMailboxUtil
ExchangeUtils.getMailboxUtil
(Connection p_conn) Returns aIExchangeMailboxUtil
instance. -
Uses of IExchangeMailboxUtil in de.uplanet.lucy.server.businesslogic.exchange.util.impl
Classes in de.uplanet.lucy.server.businesslogic.exchange.util.impl that implement IExchangeMailboxUtilModifier and TypeClassDescriptionclass
Utility class for working with an Exchange user's mailbox.Methods in de.uplanet.lucy.server.businesslogic.exchange.util.impl that return IExchangeMailboxUtilModifier and TypeMethodDescriptionstatic IExchangeMailboxUtil
ExchangeMailboxUtil.getInstance()
Returns an instance initialized with a Exchange connection for the currently logged in user.static IExchangeMailboxUtil
ExchangeMailboxUtil.getInstance
(Connection p_conn) Returns an instance initialized with the given Exchange connection.