Uses of Class
net.bluemind.exchange.mapi.api.MapiRawMessage
-
Uses of MapiRawMessage in net.bluemind.exchange.mapi.api
Modifier and TypeMethodDescriptionIMapiFolderPromise.getCompleteById
(long id) IMapiFolderPromise.multipleGetById
(List<Long> arg0) Modifier and TypeMethodDescriptionvoid
IMapiFolderAsync.createById
(long id, MapiRawMessage arg1, AsyncHandler<Ack> handler) IMapiFolderPromise.createById
(long id, MapiRawMessage arg1) void
IMapiFolderAsync.updateById
(long id, MapiRawMessage arg1, AsyncHandler<Ack> handler) IMapiFolderPromise.updateById
(long id, MapiRawMessage arg1) Modifier and TypeMethodDescriptionvoid
IMapiFolderAsync.getCompleteById
(long id, AsyncHandler<ItemValue<MapiRawMessage>> handler) void
IMapiFolderAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<MapiRawMessage>>> handler)