Package | Description |
---|---|
davmail.exchange.ews |
Modifier and Type | Class and Description |
---|---|
class |
IndexedFieldUpdate
Field update with multiple values.
|
class |
MultiValuedFieldUpdate
Specific field update class to handle multiple attendee values
|
class |
RecurrenceFieldUpdate
Handle calendar item recurrence update
|
Modifier and Type | Field and Description |
---|---|
protected List<FieldUpdate> |
EWSMethod.Item.fieldUpdates |
protected List<FieldUpdate> |
EWSMethod.updates |
Modifier and Type | Method and Description |
---|---|
static FieldUpdate |
Field.createFieldUpdate(String alias,
String value)
Create property update field
|
Modifier and Type | Method and Description |
---|---|
protected List<FieldUpdate> |
EwsExchangeSession.Event.buildFieldUpdates(VCalendar vCalendar,
VObject vEvent,
boolean isMozDismiss) |
protected List<FieldUpdate> |
EwsExchangeSession.buildProperties(Map<String,String> properties)
Message create/update properties
|
Modifier and Type | Method and Description |
---|---|
void |
IndexedFieldUpdate.addFieldValue(FieldUpdate fieldUpdate)
Add indexed field value.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EwsExchangeSession.Contact.buildFieldUpdates(List<FieldUpdate> updates,
boolean create) |
void |
EWSMethod.Item.setFieldUpdates(List<FieldUpdate> fieldUpdates)
Field updates.
|
Constructor and Description |
---|
UpdateFolderMethod(FolderId folderId,
List<FieldUpdate> updates)
Update folder options.
|
UpdateItemMethod(MessageDisposition messageDisposition,
ConflictResolution conflictResolution,
SendMeetingInvitationsOrCancellations sendMeetingInvitationsOrCancellations,
ItemId itemId,
List<FieldUpdate> updates)
Update exchange item.
|
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.