Uses of Class
net.bluemind.exchange.mapi.api.MapiRawMessage
Packages that use MapiRawMessage
-
Uses of MapiRawMessage in net.bluemind.exchange.mapi.api
Methods in net.bluemind.exchange.mapi.api that return types with arguments of type MapiRawMessageModifier and TypeMethodDescriptionIMapiFolderPromise.getCompleteById
(long id) IMapiFolderPromise.multipleGetById
(List<Long> arg0) Methods in net.bluemind.exchange.mapi.api with parameters of type MapiRawMessageModifier 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) Method parameters in net.bluemind.exchange.mapi.api with type arguments of type MapiRawMessageModifier and TypeMethodDescriptionvoid
IMapiFolderAsync.getCompleteById
(long id, AsyncHandler<ItemValue<MapiRawMessage>> handler) void
IMapiFolderAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<MapiRawMessage>>> handler)