IEWSClient.UpdateNote

UpdateNote(MapiNote)

Updates the specified note.

public string UpdateNote(MapiNote note)
ParameterTypeDescription
noteMapiNoteAn MapiNote containing the note information.

Return Value

Note uri.

See Also


UpdateNote(string, MapiNote)

Updates the specified note.

public string UpdateNote(string uri, MapiNote note)
ParameterTypeDescription
uriStringNote identifier
noteMapiNoteAn MapiNote containing the note information.

Return Value

Note uri.

See Also


UpdateNote(string, MapiNote, IEnumerable<PropertyDescriptor>)

Updates the specified note.

public string UpdateNote(string uri, MapiNote note, 
    IEnumerable<PropertyDescriptor> additionalProperties)
ParameterTypeDescription
uriStringNote identifier
noteMapiNoteAn MapiNote containing the note information.
additionalPropertiesIEnumerable`1An additional MAPI properties which can be used in MAPI object.

Return Value

Note uri.

See Also