Uses of Class
de.uplanet.lucy.exchange.ExchangeAccount
-
Packages that use ExchangeAccount Package Description de.uplanet.lucy.server.businesslogic.exchange.util de.uplanet.lucy.server.businesslogic.exchange.util.impl -
-
Uses of ExchangeAccount in de.uplanet.lucy.server.businesslogic.exchange.util
Methods in de.uplanet.lucy.server.businesslogic.exchange.util that return ExchangeAccount Modifier and Type Method Description ExchangeAccount
IExchangeMailboxUtil. getImpersonateUserAccount(String p_strUserGuid)
Returns Exchange account properties for the given impersonate user.ExchangeAccount
IExchangeMailboxUtil. getImpersonateUserAccount(String p_strUserGuid, String p_strPortalGuid)
Returns Exchange account properties for the given impersonate user.ExchangeAccount
ExchangeUserMailboxInfo. getUserAccount()
ExchangeAccount
IExchangeMailboxUtil. getUserAccount(String p_strUserGuid)
Returns Exchange account properties for the given user.ExchangeAccount
IExchangeMailboxUtil. getUserAccount(String p_strUserGuid, String p_strPortalGuid)
Returns Exchange account properties for the given user. -
Uses of ExchangeAccount in de.uplanet.lucy.server.businesslogic.exchange.util.impl
Methods in de.uplanet.lucy.server.businesslogic.exchange.util.impl that return ExchangeAccount Modifier and Type Method Description ExchangeAccount
ExchangeMailboxUtil. getImpersonateUserAccount(String p_strUserGuid)
ExchangeAccount
ExchangeMailboxUtil. getImpersonateUserAccount(String p_strUserGuid, String p_strPortalGuid)
ExchangeAccount
ExchangeMailboxUtil. getUserAccount(String p_strUserGuid)
ExchangeAccount
ExchangeMailboxUtil. getUserAccount(String p_strUserGuid, String p_strPortalGuid)
-