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 |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericList<MapiNote> |
IEWSClient.fetchMapiNotes(Iterable<String> noteUris)
Fetch array of
MapiNote objects. |
com.aspose.ms.System.Collections.Generic.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)
Creates the given note in the default note folder.
|
String |
IEWSClient.createNote(String folder,
MapiNote note)
Creates the given note in the specified folder.
|
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.
|