Package | Description |
---|---|
davmail.exchange.ews |
Modifier and Type | Class and Description |
---|---|
class |
OccurrenceItemId |
Modifier and Type | Field and Description |
---|---|
protected ItemId |
EWSMethod.itemId |
ItemId |
EWSMethod.Occurrence.itemId
Occurence itemid
|
protected ItemId |
EWSMethod.parentItemId |
protected ItemId |
EWSMethod.Item.referenceItemId |
Modifier and Type | Field and Description |
---|---|
protected List<ItemId> |
EWSMethod.itemIds |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
EwsExchangeSession.getContent(ItemId itemId)
Get item content.
|
protected void |
EwsExchangeSession.Event.handleExcludedDates(ItemId currentItemId,
VCalendar vCalendar)
Handle excluded dates (deleted occurrences).
|
protected void |
EwsExchangeSession.Event.handleModifiedOccurrences(ItemId currentItemId,
VCalendar vCalendar)
Handle modified occurrences.
|
Constructor and Description |
---|
CopyItemMethod(ItemId itemId,
FolderId toFolderId)
Copy item method.
|
CreateAttachmentMethod(ItemId parentItemId,
FileAttachment attachment)
Create attachment method.
|
DeleteItemMethod(ItemId itemId,
DeleteType deleteType,
SendMeetingCancellations sendMeetingCancellations)
Delete item method.
|
GetItemMethod(BaseShape baseShape,
ItemId itemId,
boolean includeMimeContent)
Get item method.
|
MoveItemMethod(ItemId itemId,
FolderId toFolderId)
Move item to target folder.
|
UpdateItemMethod(MessageDisposition messageDisposition,
ConflictResolution conflictResolution,
SendMeetingInvitationsOrCancellations sendMeetingInvitationsOrCancellations,
ItemId itemId,
List<FieldUpdate> updates)
Update exchange item.
|
Constructor and Description |
---|
CopyItemMethod(List<ItemId> itemIds,
FolderId toFolderId)
Copy items to target folder.
|
MoveItemMethod(List<ItemId> itemIds,
FolderId toFolderId)
Move items to target folder.
|
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.