UpdateNote
UpdateNote(MapiNote)
更新指定的注释。
public string UpdateNote(MapiNote note)
| 范围 | 类型 | 描述 | 
|---|---|---|
| note | MapiNote | 一个 MapiNote包含注释信息。 | 
返回值
注意 uri。
也可以看看
- class MapiNote
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
UpdateNote(string, MapiNote)
更新指定的注释。
public string UpdateNote(string uri, MapiNote note)
| 范围 | 类型 | 描述 | 
|---|---|---|
| uri | String | 笔记标识符 | 
| note | MapiNote | 一个 MapiNote包含注释信息。 | 
返回值
注意 uri。
也可以看看
- class MapiNote
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email
UpdateNote(string, MapiNote, IEnumerable<PropertyDescriptor>)
更新指定的注释。
public string UpdateNote(string uri, MapiNote note, 
    IEnumerable<PropertyDescriptor> additionalProperties)
| 范围 | 类型 | 描述 | 
|---|---|---|
| uri | String | 笔记标识符 | 
| note | MapiNote | 一个 MapiNote包含注释信息。 | 
| additionalProperties | IEnumerable`1 | 可在 MAPI 对象中使用的附加 MAPI 属性。 | 
返回值
注意 uri。
也可以看看
- class MapiNote
- class PropertyDescriptor
- interface IEWSClient
- 命名空间 Aspose.Email.Clients.Exchange.WebService
- 部件 Aspose.Email