UpdateNote
Contents
[
Hide
]UpdateNote (1 of 3)
Updates the specified note.
Returns: Note uri.
UpdateNote(System::SharedPtr < Mapi::MapiNote > note)
| Parameter | Description |
|---|---|
| note | An 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)
| Parameter | Description |
|---|---|
| uri | Note identifier |
| note | An 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)
| Parameter | Description |
|---|---|
| uri | Note identifier |
| note | An MapiNote containing the note information. |
| additionalProperties | An additional MAPI properties which can be used in MAPI object. |