Package | Description |
---|---|
davmail.exchange.ews |
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.
|
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.