Class GetItemResponse
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents a response to an individual item retrieval operation.
public sealed class GetItemResponse : ServiceResponse
- Inheritance
-
GetItemResponse
- Inherited Members
Properties
Item
Gets the item that was retrieved.
public Item Item { get; }