IEWSClient.FetchMapiMessages
FetchMapiMessages(IEnumerable<string>)
Fetches the speciifed messages
public MapiMessage[] FetchMapiMessages(IEnumerable<string> uris)
| Parameter | Type | Description |
|---|---|---|
| uris | IEnumerable`1 | A IEnumerable<string> “/> containing message uris to be retrieved |
Return Value
An array of MapiMessage containing fetched messages
See Also
- class MapiMessage
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
FetchMapiMessages(IEnumerable<string>, IEnumerable<PropertyDescriptor>)
Fetches the speciifed messages
public MapiMessage[] FetchMapiMessages(IEnumerable<string> uris,
IEnumerable<PropertyDescriptor> extendedProperties)
| Parameter | Type | Description |
|---|---|---|
| uris | IEnumerable`1 | A StringCollection containing message uris to be retrieved |
| extendedProperties | IEnumerable`1 | An enumeration of extended properties |
Return Value
An array of MapiMessage containing fetched messages
See Also
- class MapiMessage
- class PropertyDescriptor
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email