Package | Description |
---|---|
davmail.caldav | |
davmail.exchange | |
davmail.exchange.dav | |
davmail.exchange.ews |
Modifier and Type | Method and Description |
---|---|
protected HashMap<String,String> |
CaldavConnection.buildEtagHeader(CaldavConnection.CaldavRequest request,
ExchangeSession.ItemResult itemResult) |
Modifier and Type | Method and Description |
---|---|
abstract ExchangeSession.ItemResult |
ExchangeSession.Contact.createOrUpdate() |
abstract ExchangeSession.ItemResult |
ExchangeSession.Event.createOrUpdate()
Create or update item
|
protected ExchangeSession.ItemResult |
ExchangeSession.createOrUpdateContact(String folderPath,
String itemName,
String itemBody,
String etag,
String noneMatch) |
ExchangeSession.ItemResult |
ExchangeSession.createOrUpdateItem(String folderPath,
String itemName,
String itemBody,
String etag,
String noneMatch)
Create or update item (event or contact) on the Exchange server
|
protected abstract ExchangeSession.ItemResult |
ExchangeSession.internalCreateOrUpdateEvent(String folderPath,
String itemName,
String contentClass,
String icsBody,
String etag,
String noneMatch) |
Modifier and Type | Method and Description |
---|---|
ExchangeSession.ItemResult |
DavExchangeSession.Contact.createOrUpdate()
Create or update contact
|
ExchangeSession.ItemResult |
DavExchangeSession.Event.createOrUpdate() |
ExchangeSession.ItemResult |
DavExchangeSession.internalCreateOrUpdateEvent(String folderPath,
String itemName,
String contentClass,
String icsBody,
String etag,
String noneMatch) |
Modifier and Type | Method and Description |
---|---|
ExchangeSession.ItemResult |
EwsExchangeSession.Contact.createOrUpdate()
Create or update contact
|
ExchangeSession.ItemResult |
EwsExchangeSession.Event.createOrUpdate() |
protected ExchangeSession.ItemResult |
EwsExchangeSession.internalCreateOrUpdateEvent(String folderPath,
String itemName,
String contentClass,
String icsBody,
String etag,
String noneMatch) |
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.