Package net.bluemind.exchange.mapi.api
Interface IMapiMailboxAsync
public interface IMapiMailboxAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
check
(AsyncHandler<Void> handler) void
create
(MapiReplica mailbox, AsyncHandler<Void> handler) void
delete
(AsyncHandler<Void> handler) void
get
(AsyncHandler<MapiReplica> handler) void
locate
(long itemId, AsyncHandler<ItemUri> handler)
-
Method Details
-
check
-
create
-
delete
-
get
-
locate
-