IEWSClient.FetchMapiNotes
FetchMapiNotes(IEnumerable<string>)
Fetch array of MapiNote
objects.
public IList<MapiNote> FetchMapiNotes(IEnumerable<string> noteUris)
Parameter | Type | Description |
---|---|---|
noteUris | IEnumerable`1 | List of note uris to be fetched. |
Return Value
Fetch array of MapiNote
objects.
See Also
- class MapiNote
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
FetchMapiNotes(IEnumerable<string>, IEnumerable<PropertyDescriptor>)
Fetch array of MapiNote
objects.
public IList<MapiNote> FetchMapiNotes(IEnumerable<string> noteUris,
IEnumerable<PropertyDescriptor> customProperties)
Parameter | Type | Description |
---|---|---|
noteUris | IEnumerable`1 | List of note uris to be fetched. |
customProperties | IEnumerable`1 | Custom mapi properties to retrieve. |
Return Value
Fetch array of MapiNote
objects.
See Also
- class MapiNote
- class PropertyDescriptor
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email