Modifier and Type | Method and Description |
---|---|
MapiNote |
IEWSClient.fetchMapiNote(String noteUri)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
MapiNote |
IEWSClient.fetchMapiNote(String noteUri,
Iterable<PropertyDescriptor> customProperties)
Deprecated.
This method is obsolete and will be removed soon. Please use FetchItem method
|
Modifier and Type | Method and Description |
---|---|
IGenericList<MapiNote> |
IEWSClient.fetchMapiNotes(Iterable<String> noteUris)
Fetch array of
MapiNote objects. |
IGenericList<MapiNote> |
IEWSClient.fetchMapiNotes(Iterable<String> noteUris,
Iterable<PropertyDescriptor> customProperties)
Fetch array of
MapiNote objects. |
Modifier and Type | Method and Description |
---|---|
String |
IEWSClient.createNote(MapiNote note)
Deprecated.
Please, use CreateItem(MapiMessageItemBase item) method instead of it.
|
String |
IEWSClient.createNote(String folder,
MapiNote note)
Deprecated.
Please, use CreateItem(string folderUri, MapiMessageItemBase item) method instead of it.
|
String |
IEWSClient.updateNote(MapiNote note)
Updates the specified note.
|
String |
IEWSClient.updateNote(String uri,
MapiNote note)
Updates the specified note.
|
String |
IEWSClient.updateNote(String uri,
MapiNote note,
Iterable<PropertyDescriptor> additionalProperties)
Updates the specified note.
|
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.