@Path(value="/mapi/{domainUid}/{mailboxUid}")
public interface IMapiMailbox
| Modifier and Type | Method and Description | 
|---|---|
void | 
check()  | 
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@POST @Path(value="_check") void check()
@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 © 2023. All Rights Reserved.