Package | Description |
---|---|
davmail.exchange.ews |
Modifier and Type | Field and Description |
---|---|
static BaseShape |
BaseShape.ALL_PROPERTIES
Return all properties, except MAPI extended properties.
|
protected BaseShape |
EWSMethod.baseShape |
static BaseShape |
BaseShape.DEFAULT
Return default properties.
|
static BaseShape |
BaseShape.ID_ONLY
Return id only.
|
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.
|
FindItemMethod(FolderQueryTraversal traversal,
BaseShape baseShape,
FolderId parentFolderId,
int offset,
int maxCount)
Find item method.
|
GetFolderMethod(BaseShape baseShape,
FolderId folderId,
Set<FieldURI> additionalProperties)
Get folder method.
|
GetItemMethod(BaseShape baseShape,
ItemId itemId,
boolean includeMimeContent)
Get item method.
|
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.