@Path(value="/mapi/{domainUid}/{mailboxUid}")
public interface IMapiMailbox
Modifier and Type | Method and Description |
---|---|
void |
create(MapiReplica mailbox) |
void |
delete() |
void |
enablePerUserLog(boolean enable) |
MapiReplica |
get() |
ItemUri |
locate(long itemId)
Finds an item's uid & container with its item_id.
|
@PUT void create(MapiReplica mailbox) throws ServerFault
ServerFault
@GET MapiReplica get() throws ServerFault
ServerFault
@DELETE void delete() throws ServerFault
ServerFault
@POST @Path(value="_logging") void enablePerUserLog(boolean enable)
@GET @Path(value="{itemId}") ItemUri locate(@PathParam(value="itemId") long itemId)
itemId
- Copyright © 2021. All Rights Reserved.