IEWSClient.UpdateNote
Contents
[
Hide
]UpdateNote(MapiNote)
Updates the specified note.
public string UpdateNote(MapiNote note)
Parameter | Type | Description |
---|---|---|
note | MapiNote | An MapiNote containing the note information. |
Return Value
Note uri.
See Also
- class MapiNote
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
UpdateNote(string, MapiNote)
Updates the specified note.
public string UpdateNote(string uri, MapiNote note)
Parameter | Type | Description |
---|---|---|
uri | String | Note identifier |
note | MapiNote | An MapiNote containing the note information. |
Return Value
Note uri.
See Also
- class MapiNote
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
UpdateNote(string, MapiNote, IEnumerable<PropertyDescriptor>)
Updates the specified note.
public string UpdateNote(string uri, MapiNote note,
IEnumerable<PropertyDescriptor> additionalProperties)
Parameter | Type | Description |
---|---|---|
uri | String | Note identifier |
note | MapiNote | An MapiNote containing the note information. |
additionalProperties | IEnumerable`1 | An additional MAPI properties which can be used in MAPI object. |
Return Value
Note uri.
See Also
- class MapiNote
- class PropertyDescriptor
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email