|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MessageDisposition in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return MessageDisposition | |
|---|---|
static MessageDisposition |
MessageDisposition.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MessageDisposition[] |
MessageDisposition.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in microsoft.exchange.webservices.data with parameters of type MessageDisposition | |
|---|---|
protected void |
ExchangeService.createItem(Item item,
FolderId parentFolderId,
MessageDisposition messageDisposition,
SendInvitationsMode sendInvitationsMode)
* Creates an item. |
ServiceResponseCollection<ServiceResponse> |
ExchangeService.createItems(Collection<Item> items,
FolderId parentFolderId,
MessageDisposition messageDisposition,
SendInvitationsMode sendInvitationsMode)
* Creates multiple items in a single EWS call. |
protected List<Item> |
ResponseObject.internalCreate(FolderId destinationFolderId,
MessageDisposition messageDisposition)
Create the response object. |
protected PostItem |
PostReply.internalCreate(FolderId parentFolderId,
MessageDisposition messageDisposition)
Create a PostItem response. |
protected void |
Item.internalCreate(FolderId parentFolderId,
MessageDisposition messageDisposition,
SendInvitationsMode sendInvitationsMode)
Create item. |
protected List<Item> |
ExchangeService.internalCreateResponseObject(ServiceObject responseObject,
FolderId parentFolderId,
MessageDisposition messageDisposition)
Create response object. |
protected Item |
Item.internalUpdate(FolderId parentFolderId,
ConflictResolutionMode conflictResolutionMode,
MessageDisposition messageDisposition,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
Update item. |
protected Item |
ExchangeService.updateItem(Item item,
FolderId savedItemsDestinationFolderId,
ConflictResolutionMode conflictResolution,
MessageDisposition messageDisposition,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
Updates an item. |
ServiceResponseCollection<UpdateItemResponse> |
ExchangeService.updateItems(Iterable<Item> items,
FolderId savedItemsDestinationFolderId,
ConflictResolutionMode conflictResolution,
MessageDisposition messageDisposition,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
* Updates multiple items in a single EWS call. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||