IEWSClient.FetchMapiNotes

FetchMapiNotes(IEnumerable<string>)

Fetch array of MapiNote objects.

public IList<MapiNote> FetchMapiNotes(IEnumerable<string> noteUris)
ParameterTypeDescription
noteUrisIEnumerable`1List of note uris to be fetched.

Return Value

Fetch array of MapiNote objects.

See Also


FetchMapiNotes(IEnumerable<string>, IEnumerable<PropertyDescriptor>)

Fetch array of MapiNote objects.

public IList<MapiNote> FetchMapiNotes(IEnumerable<string> noteUris, 
    IEnumerable<PropertyDescriptor> customProperties)
ParameterTypeDescription
noteUrisIEnumerable`1List of note uris to be fetched.
customPropertiesIEnumerable`1Custom mapi properties to retrieve.

Return Value

Fetch array of MapiNote objects.

See Also