IEWSClient.FetchItem
FetchItem(string)
Retrieves the item as MapiMessage
.
public MapiMessage FetchItem(string uri)
Parameter | Type | Description |
---|---|---|
uri | String | The item URI. |
Return Value
MapiMessage
object.
Remarks
Note this method doesn’t fetch message attachments.
See Also
- class MapiMessage
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
FetchItem(string, IEnumerable<PropertyDescriptor>)
Retrieves the item as MapiMessage
.
public MapiMessage FetchItem(string uri, IEnumerable<PropertyDescriptor> extendedProperties)
Parameter | Type | Description |
---|---|---|
uri | String | The item URI. |
extendedProperties | IEnumerable`1 | Specified properties to retrieve. |
Return Value
MapiMessage
object.
Remarks
Note this method doesn’t fetch message attachments.
See Also
- class MapiMessage
- class PropertyDescriptor
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email