IEWSClient.FetchItem

FetchItem(string)

Retrieves the item as MapiMessage.

public MapiMessage FetchItem(string uri)
ParameterTypeDescription
uriStringThe item URI.

Return Value

MapiMessage object.

Remarks

Note this method doesn’t fetch message attachments.

See Also


FetchItem(string, IEnumerable<PropertyDescriptor>)

Retrieves the item as MapiMessage.

public MapiMessage FetchItem(string uri, IEnumerable<PropertyDescriptor> extendedProperties)
ParameterTypeDescription
uriStringThe item URI.
extendedPropertiesIEnumerable`1Specified properties to retrieve.

Return Value

MapiMessage object.

Remarks

Note this method doesn’t fetch message attachments.

See Also