| Package | Description |
|---|---|
| davmail.exchange.ews | |
| davmail.exchange.graph |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedFieldURI
Extended MAPI property.
|
class |
IndexedFieldURI
Indexed FieldURI
|
class |
UnindexedFieldURI
Unindexed Field URI
|
| Modifier and Type | Field and Description |
|---|---|
protected FieldURI |
TwoOperandExpression.fieldURI |
protected FieldURI |
FieldOrder.fieldURI |
| Modifier and Type | Field and Description |
|---|---|
protected Set<FieldURI> |
EWSMethod.additionalProperties |
protected static HashSet<FieldURI> |
EwsExchangeSession.FOLDER_PROPERTIES |
| Modifier and Type | Method and Description |
|---|---|
static FieldURI |
Field.get(String alias)
Get Field by alias.
|
protected FieldURI |
EwsExchangeSession.AttributeCondition.getFieldURI() |
protected FieldURI |
EwsExchangeSession.HeaderCondition.getFieldURI() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EWSMethod.addAdditionalProperty(FieldURI additionalProperty) |
| Constructor and Description |
|---|
FieldOrder(FieldURI fieldURI,
FieldOrder.Order order) |
FieldUpdate(FieldURI fieldURI,
String value)
Create field update with value.
|
MultiValuedFieldUpdate(FieldURI fieldURI)
Create field update with value.
|
TwoOperandExpression(TwoOperandExpression.Operator operator,
FieldURI fieldURI,
String value)
Create two operand expression.
|
| Constructor and Description |
|---|
FindFolderMethod(FolderQueryTraversal traversal,
BaseShape baseShape,
FolderId parentFolderId,
Set<FieldURI> additionalProperties,
int offset,
int maxCount)
Find Exchange Folder.
|
FindFolderMethod(FolderQueryTraversal traversal,
BaseShape baseShape,
FolderId parentFolderId,
Set<FieldURI> additionalProperties,
SearchExpression searchExpression,
int offset,
int maxCount)
Find Exchange Folder.
|
GetFolderMethod(BaseShape baseShape,
FolderId folderId,
Set<FieldURI> additionalProperties)
Get folder method.
|
| Modifier and Type | Field and Description |
|---|---|
protected static HashSet<FieldURI> |
GraphExchangeSession.CONTACT_ATTRIBUTES |
protected static HashSet<FieldURI> |
GraphExchangeSession.EVENT_ATTRIBUTES |
protected static HashSet<FieldURI> |
GraphExchangeSessionDraft.FOLDER_PROPERTIES |
protected static HashSet<FieldURI> |
GraphExchangeSession.FOLDER_PROPERTIES
Default folder properties list
|
protected static HashSet<FieldURI> |
GraphExchangeSession.IMAP_MESSAGE_ATTRIBUTES |
| Modifier and Type | Method and Description |
|---|---|
protected FieldURI |
GraphExchangeSession.HeaderCondition.getFieldURI() |
| Modifier and Type | Method and Description |
|---|---|
GraphRequestBuilder |
GraphRequestBuilder.setExpandFields(Set<FieldURI> expandFields)
Set expand fields (returning attributes).
|
Copyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.