UpdateNote

UpdateNote (1 of 3)

Updates the specified note.

Returns: Note uri.

UpdateNote(System::SharedPtr < Mapi::MapiNote > note)
ParameterDescription
noteAn MapiNote containing the note information.

UpdateNote (2 of 3)

Updates the specified note.

Returns: Note uri.

UpdateNote(System::String uri, System::SharedPtr < Mapi::MapiNote > note)
ParameterDescription
uriNote identifier
noteAn MapiNote containing the note information.

UpdateNote (3 of 3)

Updates the specified note.

Returns: Note uri.

UpdateNote(System::String uri, System::SharedPtr < Mapi::MapiNote > note, System::SharedPtr < System::Collections::Generic::IEnumerable< System::SharedPtr < Mapi::PropertyDescriptor >>> additionalProperties)
ParameterDescription
uriNote identifier
noteAn MapiNote containing the note information.
additionalPropertiesAn additional MAPI properties which can be used in MAPI object.